staging: rtl8723bs: Fix style in definitions
Fix the style in definitions where commented code was previously removed for an improved code readability. Signed-off-by: Javier F. Arias <jarias.linux@gmail.com> Link: https://lore.kernel.org/r/fc488562c0ddf3fa8a59e86be9b33506496ccd0c.1570672544.git.jarias.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
042e9a6857
commit
ac478ce773
|
@ -736,10 +736,9 @@ void InitInterrupt8723BSdio(struct adapter *adapter)
|
|||
struct hal_com_data *haldata;
|
||||
|
||||
haldata = GET_HAL_DATA(adapter);
|
||||
haldata->sdio_himr = (u32)( \
|
||||
SDIO_HIMR_RX_REQUEST_MSK |
|
||||
SDIO_HIMR_AVAL_MSK |
|
||||
0);
|
||||
haldata->sdio_himr = (u32)(SDIO_HIMR_RX_REQUEST_MSK |
|
||||
SDIO_HIMR_AVAL_MSK |
|
||||
0);
|
||||
}
|
||||
|
||||
/* */
|
||||
|
@ -754,8 +753,7 @@ void InitSysInterrupt8723BSdio(struct adapter *adapter)
|
|||
|
||||
haldata = GET_HAL_DATA(adapter);
|
||||
|
||||
haldata->SysIntrMask = ( \
|
||||
0);
|
||||
haldata->SysIntrMask = (0);
|
||||
}
|
||||
|
||||
/* */
|
||||
|
|
Loading…
Reference in New Issue