0b9dd51603382d9347e428dd1034901f564ed2d8
[openwrt-10.03/.git] / target / linux / brcm47xx / patches-2.6.30 / 260-ohci-set-dma-mask.patch
1 --- a/drivers/usb/host/ohci-ssb.c
2 +++ b/drivers/usb/host/ohci-ssb.c
3 @@ -159,6 +159,11 @@ static int ssb_ohci_attach(struct ssb_de
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_name(dev->dev));