OSDN Git Service

staging: wilc1000: remove unnecesary type cast of bss_type
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 12 Jun 2016 23:28:15 +0000 (08:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 21:38:49 +0000 (14:38 -0700)
commit2938f208420d7f9c695d637ca92495c33bdfae5c
treee64e07c47e978d674b03e0490ce7660c3bbaacdf
parent0cb7a5742d6d6ea094107ba0a3c7e3768483538c
staging: wilc1000: remove unnecesary type cast of bss_type

There is no need to use type cast of bss_type because
hif_drv->cfg_values.bss_type is u8.

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