Staging: wilc1000: Remove boolean comparision
authorPunit Vara <punitvara@gmail.com>
Sat, 24 Oct 2015 22:31:25 +0000 (04:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 19:12:54 +0000 (04:12 +0900)
commit047e6646579c2853afba0111f573796daf4fd485
treec0f959e0f790ef0b54967b3a5a481646219981da
parent5e16d07501becacdc766132facaceba47db839a6
Staging: wilc1000: Remove boolean comparision

This patch is to the host_interface.c file that fixes up following
warning reported by coccicheck:

WARNING: Comparison to bool

Boolean tests do not need explicit comparison to true or false

Signed-off-by: Punit Vara <punitvara@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c