Staging: rtl8723bs: Remove dead code
authorShreeya Patel <shreeya.patel23498@gmail.com>
Wed, 24 Jan 2018 00:11:07 +0000 (05:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2018 12:34:04 +0000 (13:34 +0100)
commit1babeb0c3e598536c380d213a54d094df7815a0b
tree4f29e433b0ed40e5a98a734e311fd5486eda178d
parent2a734e1710d8358326e23aa6aa7bcf9a32694e1b
Staging: rtl8723bs: Remove dead code

"oldmem==NULL;"
The above bug under the ifdef code would have caused a GCC
warning if it were ever compiled. Hence, remove the dead ifdefed
code from the file.

Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/sdio_ops.c