Re: [PATCH v2] usb: r8a66597-hcd: fixup USB_PORT_STAT_C_SUSPEND shift

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 7 Jul 2011, Kuninori Morimoto wrote:

> This is typo fix of
> 749da5f8 (USB: straighten out port feature vs. port status usage)
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx>
> ---
>  drivers/usb/host/r8a66597-hcd.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/usb/host/r8a66597-hcd.c b/drivers/usb/host/r8a66597-hcd.c
> index db6f8b9..4f8b268 100644
> --- a/drivers/usb/host/r8a66597-hcd.c
> +++ b/drivers/usb/host/r8a66597-hcd.c
> @@ -2306,7 +2306,7 @@ static int r8a66597_bus_resume(struct usb_hcd *hcd)
>  
>  		dbg("resume port = %d", port);
>  		rh->port &= ~USB_PORT_STAT_SUSPEND;
> -		rh->port |= USB_PORT_STAT_C_SUSPEND < 16;
> +		rh->port |= USB_PORT_STAT_C_SUSPEND << 16;
>  		r8a66597_mdfy(r8a66597, RESUME, RESUME | UACT, dvstctr_reg);
>  		msleep(50);
>  		r8a66597_mdfy(r8a66597, UACT, RESUME | UACT, dvstctr_reg);

I apologize for this typo.  Thanks for fixing it.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux