]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/staging/wilc1000/host_interface.c
staging: wilc1000: Replaced comparison to NULL statements
authorRoger H. Newell <newell.roger@gmail.com>
Sat, 19 Mar 2016 15:20:52 +0000 (12:50 -0230)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
commitb59958ee900c81692da131873c0fc0b1599f164f
treec2f809f38d972615c155a18dea90053f5d2d1d74
parentd5e27e8b83b1da0cd64a6a090e273a199c2805fc
staging: wilc1000: Replaced comparison to NULL statements

This patch corrects checks generated by checkpatch.pl by
replacing comparison to null statements with equivalent
statements in the form "x" or "!x"

Signed-off-by: Roger H. Newell <newell.roger@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/wilc_wlan_cfg.c