mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_C2H_PACKET_EN
remove conditional code blocks checked by unused CONFIG_C2H_PACKET_EN cleaning required in TODO file: find and remove code blocks guarded by never set CONFIG_FOO defines Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/dfb524b34be556c499787b4f057d7c157b577a21.1615801722.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
51b00e7a04
commit
50b1bc0521
|
|
@ -974,7 +974,6 @@ void sd_int_dpc(struct adapter *adapter)
|
|||
|
||||
if (hal->sdio_hisr & SDIO_HISR_TXBCNERR)
|
||||
DBG_8192C("%s: SDIO_HISR_TXBCNERR\n", __func__);
|
||||
#ifndef CONFIG_C2H_PACKET_EN
|
||||
if (hal->sdio_hisr & SDIO_HISR_C2HCMD) {
|
||||
struct c2h_evt_hdr_88xx *c2h_evt;
|
||||
|
||||
|
|
@ -997,7 +996,6 @@ void sd_int_dpc(struct adapter *adapter)
|
|||
_set_workitem(&adapter->evtpriv.c2h_wk);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if (hal->sdio_hisr & SDIO_HISR_RXFOVW)
|
||||
DBG_8192C("%s: Rx Overflow\n", __func__);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user