diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:03:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:03:57 +0000 |
commit | 7261fde797e1b63f032af4e7b5ac9eebc66c4a31 (patch) | |
tree | c47b88867fa5c873a7839957200555fab041cd65 /target/linux/oxnas/files/drivers | |
parent | f32116987f56a4441848e6970beb361b422729e7 (diff) | |
download | upstream-7261fde797e1b63f032af4e7b5ac9eebc66c4a31.tar.gz upstream-7261fde797e1b63f032af4e7b5ac9eebc66c4a31.tar.bz2 upstream-7261fde797e1b63f032af4e7b5ac9eebc66c4a31.zip |
oxnas: prepare for kernel 4.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 46636
Diffstat (limited to 'target/linux/oxnas/files/drivers')
-rw-r--r-- | target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c b/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c index dae5589c50..15578a3027 100644 --- a/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c +++ b/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c @@ -232,7 +232,7 @@ static int ehci_oxnas_drv_probe(struct platform_device *ofdev) start_oxnas_usb_ehci(oxnas); - err = usb_add_hcd(hcd, irq, IRQF_SHARED | IRQF_DISABLED); + err = usb_add_hcd(hcd, irq, IRQF_SHARED); if (err) goto err_hcd; |