[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YGDDhGvTfd3eGbCz@kroah.com>
Date: Sun, 28 Mar 2021 19:57:24 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Martin Kaiser <martin@...ser.cx>
Cc: Larry Finger <Larry.Finger@...inger.net>,
linux-staging@...ts.linux.dev, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: rtl8188eu: (trivial) remove a duplicate comment
On Sun, Mar 28, 2021 at 07:52:00PM +0200, Martin Kaiser wrote:
> Keep the one that shows the wakeup capability.
>
> Signed-off-by: Martin Kaiser <martin@...ser.cx>
> ---
> drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
> index 91a3d34a1050..e18f1fff59ca 100644
> --- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
> +++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
> @@ -377,7 +377,6 @@ static struct adapter *rtw_usb_if1_init(struct dvobj_priv *dvobj,
> dvobj->pusbdev->do_remote_wakeup = 1;
> pusb_intf->needs_remote_wakeup = 1;
> device_init_wakeup(&pusb_intf->dev, 1);
> - pr_debug("\n padapter->pwrctrlpriv.bSupportRemoteWakeup~~~~~~\n");
> pr_debug("\n padapter->pwrctrlpriv.bSupportRemoteWakeup~~~[%d]~~~\n",
This does not match your subject line, it is not a comment.
thanks,
greg k-h
Powered by blists - more mailing lists