summaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 06:03:57 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 06:03:57 +0000
commit7261fde797e1b63f032af4e7b5ac9eebc66c4a31 (patch)
treec47b88867fa5c873a7839957200555fab041cd65 /target/linux/oxnas/files
parentf32116987f56a4441848e6970beb361b422729e7 (diff)
downloadmaster-31e0f0ae-7261fde797e1b63f032af4e7b5ac9eebc66c4a31.tar.gz
master-31e0f0ae-7261fde797e1b63f032af4e7b5ac9eebc66c4a31.tar.bz2
master-31e0f0ae-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')
-rw-r--r--target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c2
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;