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:
Javier F. Arias 2019-10-09 21:16:49 -05:00 committed by Greg Kroah-Hartman
parent 042e9a6857
commit ac478ce773
1 changed files with 4 additions and 6 deletions

View File

@ -736,8 +736,7 @@ void InitInterrupt8723BSdio(struct adapter *adapter)
struct hal_com_data *haldata;
haldata = GET_HAL_DATA(adapter);
haldata->sdio_himr = (u32)( \
SDIO_HIMR_RX_REQUEST_MSK |
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);
}
/* */