Re: [PATCH 2/2] musb: remove unused pipe variable

From: Bin Liu
Date: Thu Nov 16 2017 - 11:55:20 EST


Hi,

On Wed, Nov 15, 2017 at 07:20:35PM +0000, Corentin Labbe wrote:
> This patch fix the following build warning:
> drivers/usb/musb/musb_host.c:1809:8: warning: variable 'pipe' set but not used [-Wunused-but-set-variable]
> by removing the pipe variable in musb_host_rx()
>
> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>
> ---
> drivers/usb/musb/musb_host.c | 3 ---
> 1 file changed, 3 deletions(-)

Applied. It will be pushed out for v4.16-rc1.

Thanks,
-Bin.