staging: wilc1000: wilc_wfi_netdevice.c: remove braces for single statement block

Fix checkpatch warning found by checkpatch.pl
WARNING: braces {} are not necessary for single statement blocks

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chaehyun Lim 2015-06-22 13:08:13 +09:00 committed by Greg Kroah-Hartman
parent e8b369ea2b
commit 55229a56bb

View File

@ -931,10 +931,8 @@ int WILC_WFI_InitModule(void)
/* ret = host_int_init(&priv[0]->hWILCWFIDrv); */
/*copy handle to the other driver*/
/* priv[1]->hWILCWFIDrv = priv[0]->hWILCWFIDrv; */
if (ret) {
if (ret)
PRINT_ER("Error Init Driver\n");
}
out:
if (ret)