Staging: rtl8192u: Remove unnecessary semicolon.
Remove unnecessary semicolon.This issue is found by coccinelle script. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6c1c9f9d5a
commit
46347b3e09
|
@ -194,7 +194,7 @@ void phy_RF8256_Config_ParaFile(struct net_device *dev)
|
|||
break;
|
||||
}
|
||||
|
||||
/*----Restore RFENV control type----*/;
|
||||
/*----Restore RFENV control type----*/
|
||||
switch (eRFPath) {
|
||||
case RF90_PATH_A:
|
||||
case RF90_PATH_C:
|
||||
|
|
Loading…
Reference in New Issue