projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[target] ixp4xx: add missing config symbol for 2.6.30
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.31
/
260-ohci-set-dma-mask.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.31/260-ohci-set-dma-mask.patch
b/target/linux/brcm47xx/patches-2.6.31/260-ohci-set-dma-mask.patch
index
50dcd57
..
9627798
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.31/260-ohci-set-dma-mask.patch
+++ b/
target/linux/brcm47xx/patches-2.6.31/260-ohci-set-dma-mask.patch
@@
-8,7
+8,7
@@
int err = -ENOMEM;
u32 tmp, flags = 0;
-+ if (ssb_dma_set_mask(dev, DMA_
32BIT_MASK
))
++ if (ssb_dma_set_mask(dev, DMA_
BIT_MASK(32)
))
+ return -EOPNOTSUPP;
+
if (dev->id.coreid == SSB_DEV_USB11_HOSTDEV) {
This page took
0.020288 seconds
and
4
git commands to generate.