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:

committed by
Greg Kroah-Hartman

父節點
41f05dedea
當前提交
b5dd18d874
@@ -344,7 +344,7 @@ static int usb_hcd_da8xx_probe(const struct hc_driver *driver,
|
||||
error = -ENODEV;
|
||||
goto err4;
|
||||
}
|
||||
error = usb_add_hcd(hcd, irq, IRQF_DISABLED);
|
||||
error = usb_add_hcd(hcd, irq, 0);
|
||||
if (error)
|
||||
goto err4;
|
||||
|
||||
|
Reference in New Issue
Block a user