projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f8adc
)
Staging: drivers: rtl8188eu: fixed brace style
author
Jacky Boen
<
[email protected]
>
Sun, 1 May 2016 15:50:33 +0000
(23:50 +0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 1 May 2016 21:34:50 +0000
(14:34 -0700)
Fixed coding style issue
Signed-off-by: Jacky Boen <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8188eu/hal/usb_halinit.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8188eu/hal/usb_halinit.c
b/drivers/staging/rtl8188eu/hal/usb_halinit.c
index 45f0ee19a700c2a190500de0c493e04ce577264f..f63b95ed7131bc1b70cf037fc01266622e30fbd6 100644
(file)
--- a/
drivers/staging/rtl8188eu/hal/usb_halinit.c
+++ b/
drivers/staging/rtl8188eu/hal/usb_halinit.c
@@
-711,9
+711,8
@@
static u32 rtl8188eu_hal_init(struct adapter *Adapter)
/* Save target channel */
haldata->CurrentChannel = 6;/* default set to 6 */
- if (pwrctrlpriv->reg_rfoff)
{
+ if (pwrctrlpriv->reg_rfoff)
pwrctrlpriv->rf_pwrstate = rf_off;
- }
/* 2010/08/09 MH We need to check if we need to turnon or off RF after detecting */
/* HW GPIO pin. Before PHY_RFConfig8192C. */