On 10/12/2015 2:24 AM, Mian Yousaf Kaukab wrote:
> Fix a duplicate argument warning reported by 0-DAY kernel test
> infrastructure in the following patch:
> 77dbf71 usb: dwc2: host: add disconnect interrupt to host only interrupts
> 
> Signed-off-by: Mian Yousaf Kaukab <yousaf.kau...@intel.com>
> ---
>  drivers/usb/dwc2/core.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/drivers/usb/dwc2/core.c b/drivers/usb/dwc2/core.c
> index bf5e951..ef73e49 100644
> --- a/drivers/usb/dwc2/core.c
> +++ b/drivers/usb/dwc2/core.c
> @@ -863,8 +863,7 @@ void dwc2_enable_host_interrupts(struct dwc2_hsotg *hsotg)
>  
>       /* Enable host mode interrupts without disturbing common interrupts */
>       intmsk = dwc2_readl(hsotg->regs + GINTMSK);
> -     intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT |
> -                     GINTSTS_DISCONNINT;
> +     intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT;
>       dwc2_writel(intmsk, hsotg->regs + GINTMSK);
>  }
>  
> 


Acked-by: John Youn <johny...@synopsys.com>


John

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

Reply via email to