mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Fix all W=1 warnings
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5c8ff88003
commit
fb786d0283
29 changed files with 217 additions and 507 deletions
|
@ -650,13 +650,12 @@ phy_RF6052_Config_ParaFile(
|
|||
|
||||
static char sz88eRadioAFile[] = RTL8188E_PHY_RADIO_A;
|
||||
static char sz88eRadioBFile[] = RTL8188E_PHY_RADIO_B;
|
||||
#ifndef CONFIG_EMBEDDED_FWIMG
|
||||
char *pszRadioAFile, *pszRadioBFile;
|
||||
|
||||
|
||||
|
||||
pszRadioAFile = sz88eRadioAFile;
|
||||
pszRadioBFile = sz88eRadioBFile;
|
||||
|
||||
#endif
|
||||
|
||||
//3//-----------------------------------------------------------------
|
||||
//3// <2> Initialize RF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue