Add bcm5354 patches from #2757
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-2.6.23 / 260-ohci-set-dma-mask.patch
1 --- linux-2.6.23.1/drivers/usb/host/ohci-ssb.c 2007-11-26 14:01:22.000000000 -0500
2 +++ linux-2.6.23.1.new/drivers/usb/host/ohci-ssb.c 2007-11-26 14:16:08.000000000 -0500
3 @@ -195,6 +195,11 @@
4 else
5 ssb_device_enable(dev, 0);
6
7 + /*
8 + * Set dma mask - 32 bit mask is just an assumption
9 + */
10 + if (ssb_dma_set_mask(dev, DMA_32BIT_MASK))
11 + return -EOPNOTSUPP;
12
13 hcd = usb_create_hcd(&ssb_ohci_hc_driver, dev->dev,
14 dev->dev->bus_id);