Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu...
[cascardo/linux.git] / drivers / staging / rtl8723au / core / rtw_efuse.c
index f174b4d..359ef41 100644 (file)
@@ -269,8 +269,8 @@ u8 EFUSE_Read1Byte23a(struct rtw_adapter *Adapter, u16 Address)
                }
                data = rtl8723au_read8(Adapter, EFUSE_CTRL);
                return data;
-       } else
-               return 0xFF;
+       }
+       return 0xFF;
 }
 
 /* Read one byte from real Efuse. */