USB: irq: Remove IRQF_DISABLED

This flag is a NOOP and can be removed now.

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Yong Zhang
2011-09-07 16:10:52 +08:00
committed by Greg Kroah-Hartman
parent 41f05dedea
commit b5dd18d874
54 changed files with 63 additions and 63 deletions

View File

@@ -14,7 +14,7 @@
* This file is licenced under the GPL.
*/
#include <linux/signal.h> /* IRQF_DISABLED */
#include <linux/signal.h>
#include <linux/jiffies.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
@@ -363,7 +363,7 @@ static int usb_hcd_omap_probe (const struct hc_driver *driver,
retval = -ENXIO;
goto err3;
}
retval = usb_add_hcd(hcd, irq, IRQF_DISABLED);
retval = usb_add_hcd(hcd, irq, 0);
if (retval)
goto err3;