diff options
| author | Ingo Molnar <[email protected]> | 2016-04-23 14:16:36 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2016-04-23 14:16:36 +0200 |
| commit | 84eaae155a16d7864f0f814934e5062885cb0709 (patch) | |
| tree | afdbb8a4375a2d755f6e4d63767396bfc4124c50 /scripts | |
| parent | f454bfddf6ba557381d8bf5df50eff778602ff23 (diff) | |
| parent | c3b46c73264b03000d1e18b22f5caf63332547c9 (diff) | |
Merge tag 'v4.6-rc4' into sched/core, to refresh the tree
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts')
| -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); } |