staging: wilc1000: Handle_SetMulticastFilter(): fixes right shifting more than type...
authorLeo Kim <leo.kim@atmel.com>
Wed, 25 Nov 2015 02:59:49 +0000 (11:59 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:40:57 +0000 (14:40 -0800)
commitc8751ad7d22459b973b26c5bd37b444cf77d6412
tree6b6332d271300556d88b31077a35138e702257fe
parent9edaa5f3c28e529c98fcb26035630fa64d140ffb
staging: wilc1000: Handle_SetMulticastFilter(): fixes right shifting more than type allows

This patch fixes the warning reported by smatch.
 - Handle_SetMulticastFilter() warn: right shifting more than type allows

That is unnecessary action of boolean type. just assign 0.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c