Re: [PATCH 1/6] staging: rtl8723bs: remove sdio_write_mem()

From: Greg Kroah-Hartman
Date: Thu Aug 26 2021 - 06:04:04 EST


On Sat, Aug 21, 2021 at 11:55:05PM +0000, Bryan Brattlof wrote:
> The sdio_write_mem() function is unused in the driver. We can remove it.
>

How do we know it is unused?

Please remove the pointer as well, at the same time, so that we can
obviously see that it is unused (or not).

Same for the other patches in this series.

Also, when you resend this, please use git send-email properly, so that
the patches are threaded so our tools can pick them up easier. This
series was not threaded for some odd reason.

thanks,

greg k-h