diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2013-12-05 05:36:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-05 05:36:31 +0100 |
commit | 2e30d14f12421f39329faefd5ae92b02cc9ff255 (patch) | |
tree | 2e487ddb4a20530061504b5b40d45aebb2c26aed /fs/coda/sysctl.c | |
parent | USB: remove DEFINE_PCI_DEVICE_TABLE macro (diff) | |
download | linux-2e30d14f12421f39329faefd5ae92b02cc9ff255.tar.xz linux-2e30d14f12421f39329faefd5ae92b02cc9ff255.zip |
USB: fix coccinelle warnings
drivers/usb/host/ehci-mv.c:181:26-27: WARNING comparing pointer to 0, suggest !E
/c/kernel-tests/src/cocci/drivers/usb/host/ehci-mv.c:181:26-27: WARNING comparing pointer to 0
Compare pointer-typed values to NULL rather than 0
Semantic patch information:
This makes an effort to choose between !x and x == NULL. !x is used
if it has previously been used with the function used to initialize x.
This relies on type information. More type information can be obtained
using the option -all_includes and the option -I to specify an
include path.
Generated by: coccinelle/null/badzero.cocci
CC: Jingoo Han <jg1.han@samsung.com>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Diffstat (limited to 'fs/coda/sysctl.c')
0 files changed, 0 insertions, 0 deletions