]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: rtl8723au: Fixed error 'else should follow close brace '}".
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Wed, 4 Mar 2015 21:15:16 +0000 (23:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 23:48:33 +0000 (15:48 -0800)
This patch fixes error 'else should follow close brace '}"
found by checkpatch in driver rtl8723au.

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_efuse.c

index a6deddc02291392017e02ffc8c47fde8d27872cb..29fc25b367e55e2e027d84d9b28dbb572c580049 100644 (file)
@@ -304,8 +304,7 @@ EFUSE_Read1Byte23a(struct rtw_adapter *Adapter, u16 Address)
                }
                data = rtl8723au_read8(Adapter, EFUSE_CTRL);
                return data;
-       }
-       else
+       } else
                return 0xFF;
 }/* EFUSE_Read1Byte23a */