2
0
forked from Ivasoft/openwrt

oxnas: prepare for kernel 4.1

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 46636
This commit is contained in:
John Crispin
2015-08-17 06:03:57 +00:00
parent f32116987f
commit 7261fde797
15 changed files with 788 additions and 1 deletions

View File

@@ -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;