Re: [PATCH] staging: rtl8723bs: remove sdio_drv_priv structure
From: Greg Kroah-Hartman
Date: Wed Apr 14 2021 - 04:28:13 EST
On Tue, Apr 13, 2021 at 05:11:39PM +0000, Bryan Brattlof wrote:
> The sdio_drv_priv structure is a small wrapper around sdio_driver in
> linux/mmc/sdio_func.h with an added drv_registered integer.
>
> drv_registered is never used anywhere in the driver and only assigned to
> during the sdio registering and unregistering process. We can safely
> remove sdio_drv_priv and use the sdio_driver structure directly.
>
> Signed-off-by: Bryan Brattlof <hello@xxxxxxxxxxxxxxxxx>
> ---
> drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 32 ++++++--------------
> 1 file changed, 9 insertions(+), 23 deletions(-)
Does not apply to my tree :(
Please rebase and resend.
thanks,
greg k-h