aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/asn1_compiler.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2016-05-05 08:41:36 +0200
committerIngo Molnar <mingo@kernel.org>2016-05-05 08:41:36 +0200
commitf3391a160b22f8e006f3fb8ef39aa01da749fbf0 (patch)
tree9a8f61fe1a3dd0d12e7511567b2344f80f5aa531 /scripts/asn1_compiler.c
parentx86/cpufeature: Fix build bug caused by merge artifact with the removal of cpu_has_hypervisor (diff)
parentLinux 4.6-rc6 (diff)
downloadlinux-rng-f3391a160b22f8e006f3fb8ef39aa01da749fbf0.tar.xz
linux-rng-f3391a160b22f8e006f3fb8ef39aa01da749fbf0.zip
Merge tag 'v4.6-rc6' into x86/cpu, to refresh the tree
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts/asn1_compiler.c')
-rw-r--r--scripts/asn1_compiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/asn1_compiler.c b/scripts/asn1_compiler.c
index e000f44e37b8..c1b7ef3e24c1 100644
--- a/scripts/asn1_compiler.c
+++ b/scripts/asn1_compiler.c
@@ -650,7 +650,7 @@ int main(int argc, char **argv)
}
hdr = fopen(headername, "w");
- if (!out) {
+ if (!hdr) {
perror(headername);
exit(1);
}