[ar71xx] wrt400n: lan ports don't need the ar8216 workaround
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-2.6.31 / 260-ohci-set-dma-mask.patch
1 ---
2 drivers/usb/host/ohci-ssb.c | 3 +++
3 1 file changed, 3 insertions(+)
4
5 --- a/drivers/usb/host/ohci-ssb.c
6 +++ b/drivers/usb/host/ohci-ssb.c
7 @@ -106,6 +106,9 @@ static int ssb_ohci_attach(struct ssb_de
8 int err = -ENOMEM;
9 u32 tmp, flags = 0;
10
11 + if (ssb_dma_set_mask(dev, DMA_BIT_MASK(32)))
12 + return -EOPNOTSUPP;
13 +
14 if (dev->id.coreid == SSB_DEV_USB11_HOSTDEV) {
15 /* Put the device into host-mode. */
16 flags |= SSB_OHCI_TMSLOW_HOSTMODE;