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>
Bu işleme şunda yer alıyor:
Yong Zhang
2011-09-07 16:10:52 +08:00
işlemeyi yapan: Greg Kroah-Hartman
ebeveyn 41f05dedea
işleme b5dd18d874
54 değiştirilmiş dosya ile 63 ekleme ve 63 silme

Dosyayı Görüntüle

@@ -143,7 +143,7 @@ static int __devinit ohci_hcd_ppc_of_probe(struct platform_device *op)
ohci_hcd_init(ohci);
rv = usb_add_hcd(hcd, irq, IRQF_DISABLED);
rv = usb_add_hcd(hcd, irq, 0);
if (rv == 0)
return 0;