lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 21 Dec 2012 11:06:25 +0200
From:	Felipe Balbi <balbi@...com>
To:	Mikhail Kshevetskiy <mikhail.kshevetskiy@...il.com>
CC:	<linux-kernel@...r.kernel.org>, Felipe Balbi <balbi@...com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	<linux-usb@...r.kernel.org>
Subject: Re: [PATCH] arm/davinci/musb: fix mispint introduced by commit
 032ec49f5351e9cb242b1a1c367d14415043ab95

On Fri, Dec 21, 2012 at 01:59:06AM +0400, Mikhail Kshevetskiy wrote:

please respin this patch with a real commit log.

> Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@...il.com>
> ---
>  drivers/usb/musb/da8xx.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/musb/da8xx.c b/drivers/usb/musb/da8xx.c
> index 8bc44b7..0ed24a6 100644
> --- a/drivers/usb/musb/da8xx.c
> +++ b/drivers/usb/musb/da8xx.c
> @@ -327,7 +327,7 @@ static irqreturn_t da8xx_musb_interrupt(int irq, void *hci)
>  		u8 devctl = musb_readb(mregs, MUSB_DEVCTL);
>  		int err;
>  
> -		err = musb->int_usb & USB_INTR_VBUSERROR;
> +		err = musb->int_usb & MUSB_INTR_VBUSERROR;
>  		if (err) {
>  			/*
>  			 * The Mentor core doesn't debounce VBUS as needed
> -- 
> 1.7.10.4
> 

-- 
balbi

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ