projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kernel: check return code of nla_parse in pcomp_lzma on 2.6.31
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.30
/
270-ehci-ssb.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
b/target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
index
e64dc4b
..
4077ebe
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
+++ b/
target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
@@
-214,7
+214,7
@@
+ u32 tmp, flags = 0;
+
+ hcd = usb_create_hcd(&ssb_ehci_hc_driver, dev->dev,
-+
dev->dev->bus_id
);
++
dev_name(dev->dev)
);
+ if (!hcd)
+ goto err_dev_disable;
+
This page took
0.025353 seconds
and
4
git commands to generate.