> From: Julien DELACOU [mailto:[email protected]]
> Sent: Friday, November 15, 2013 2:40 AM
> 
> Pending interrupts clearing is done in dwc2_enable_common_interrupts
> so we don't need to do it twice.
> 
> Signed-off-by: Julien Delacou <[email protected]>
> ---
>  drivers/staging/dwc2/core.c |    3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/staging/dwc2/core.c b/drivers/staging/dwc2/core.c
> index c8ff668..8374ec3 100644
> --- a/drivers/staging/dwc2/core.c
> +++ b/drivers/staging/dwc2/core.c
> @@ -533,9 +533,6 @@ void dwc2_enable_host_interrupts(struct dwc2_hsotg *hsotg)
>       writel(0, hsotg->regs + GINTMSK);
>       writel(0, hsotg->regs + HAINTMSK);
> 
> -     /* Clear any pending interrupts */
> -     writel(0xffffffff, hsotg->regs + GINTSTS);
> -
>       /* Enable the common interrupts */
>       dwc2_enable_common_interrupts(hsotg);
> 
> --

Acked-by: Paul Zimmerman <[email protected]>

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to