[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120910180857.GA12223@kroah.com>
Date: Mon, 10 Sep 2012 11:08:58 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Chuansheng Liu <chuansheng.liu@...el.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH RESEND] USB/host: Cleanup unneccessary irq disable code
On Fri, Sep 07, 2012 at 05:19:59PM +0800, Chuansheng Liu wrote:
> Because the IRQF_DISABLED as the flag is now a NOOP and has been
> deprecated and in hardirq context the interrupt is disabled.
>
> so in usb/host code:
> Removing the usage of flag IRQF_DISABLED;
> Removing the calling local_irq save/restore actions in irq
> handler usb_hcd_irq();
>
> Signed-off-by: liu chuansheng <chuansheng.liu@...el.com>
> Acked-by: Alan Stern <stern@...land.harvard.edu>
> ---
> drivers/usb/core/hcd.c | 15 ---------------
> drivers/usb/host/ehci-ls1x.c | 2 +-
> drivers/usb/host/ohci-xls.c | 2 +-
> 3 files changed, 2 insertions(+), 17 deletions(-)
This fails to apply to my usb-next branch for some odd reason, please
refresh it and resend.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists