summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpf_parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpf_parser.y b/bpf_parser.y
index 8aed9dc..003c031 100644
--- a/bpf_parser.y
+++ b/bpf_parser.y
@@ -810,7 +810,7 @@ int compile_filter(char *file, int verbose, int bypass, int format,
free(labels_k[i]);
}
- if (yyin != stdin)
+ if (yyin && yyin != stdin)
fclose(yyin);
exit:
0e4f299f7c51e472ae77&id2=a3683e0c1410c5c8136a7a93b0336ce88d3b893a'>diff)parentd07830db1bdb254e4b50d366010b219286b8c937 (diff)
Merge tag 'usb-serial-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB-serial fixes for v4.10-rc7 One more device ID for pl2303. Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'net/Makefile')