diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-04-23 14:16:36 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-04-23 14:16:36 +0200 |
commit | 84eaae155a16d7864f0f814934e5062885cb0709 (patch) | |
tree | afdbb8a4375a2d755f6e4d63767396bfc4124c50 /scripts/asn1_compiler.c | |
parent | f454bfddf6ba557381d8bf5df50eff778602ff23 (diff) | |
parent | c3b46c73264b03000d1e18b22f5caf63332547c9 (diff) | |
download | lwn-84eaae155a16d7864f0f814934e5062885cb0709.tar.gz lwn-84eaae155a16d7864f0f814934e5062885cb0709.zip |
Merge tag 'v4.6-rc4' into sched/core, 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.c | 2 |
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); } |