OSDN Git Service

staging: wilc1000: wilc_wfi_netdevice.c: remove unused variable
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 23 Jun 2015 00:17:46 +0000 (09:17 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Jul 2015 02:28:44 +0000 (19:28 -0700)
Remove variable that is defined but never used.

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

index d5facb4..c2e92c0 100644 (file)
@@ -873,7 +873,6 @@ int WILC_WFI_InitModule(void)
        int result, i, ret = -ENOMEM;
        struct WILC_WFI_priv *priv[2], *netpriv;
        struct wireless_dev *wdev;
-       char buf[IFNAMSIZ];
 
        WILC_WFI_Interrupt = use_napi ? WILC_WFI_NapiInterrupt : WILC_WFI_RegularInterrupt;