bcm53xx: update patches
[openwrt/svn-archive/archive.git] / target / linux / bcm53xx / patches-3.10 / 121-bcma-fix-dma-mask.patch
1 bcma: fix dma mask
2
3
4 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
5 ---
6 drivers/bcma/main.c | 1 +
7 1 file changed, 1 insertion(+)
8
9 --- a/drivers/bcma/main.c
10 +++ b/drivers/bcma/main.c
11 @@ -155,6 +155,7 @@ static int bcma_register_cores(struct bc
12 core->irq = bus->host_pci->irq;
13 break;
14 case BCMA_HOSTTYPE_SOC:
15 + core->dev.coherent_dma_mask = DMA_BIT_MASK(32);
16 core->dev.dma_mask = &core->dev.coherent_dma_mask;
17 core->dma_dev = &core->dev;
18 break;