staging: wilc1000: fix NULL comparison in host_int_remove_wep_key
authorChaehyun Lim <chaehyun.lim@gmail.com>
Mon, 5 Oct 2015 10:35:03 +0000 (19:35 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Oct 2015 09:58:33 +0000 (10:58 +0100)
commit4929affee3a71243154873bb55763bb923e6bba9
tree3e9b5d14aeb44b0c6d6716f52e9bde5c1d9cbe11
parent0c694d829c5dfaf33dfcc47c6c2559f238de5978
staging: wilc1000: fix NULL comparison in host_int_remove_wep_key

This patch fixes NULL comparison style in host_int_remove_wep_key found
by checkpatch.

CHECK: Comparison to NULL could be written "!wfi_drv"
FILE: drivers/staging/wilc1000/host_interface.c:4300

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c