[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YHanh+kO3Z6qi9Wx@kroah.com>
Date: Wed, 14 Apr 2021 10:27:51 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Bryan Brattlof <hello@...anbrattlof.com>
Cc: Hans de Goede <hdegoede@...hat.com>,
Larry Finger <Larry.Finger@...inger.net>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] staging: rtl8723bs: remove sdio_drv_priv structure
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@...anbrattlof.com>
> ---
> 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
Powered by blists - more mailing lists