projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: add AR934X_RESET_REG_PCIE_WMAC_INT_STATUS defines
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
usb
/
host
/
ehci-ar71xx.c
diff --git
a/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c
b/target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c
index
01433c2
..
b08db5b
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c
+++ b/
target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c
@@
-117,12
+117,12
@@
static int ehci_ar71xx_probe(const struct hc_driver *driver,
return 0;
-
err_iounmap:
+err_iounmap:
iounmap(hcd->regs);
-
err_release_region:
+err_release_region:
release_mem_region(hcd->rsrc_start, hcd->rsrc_len);
-
err_put_hcd:
+err_put_hcd:
usb_put_hcd(hcd);
return ret;
}
This page took
0.02313 seconds
and
4
git commands to generate.