diff options
Diffstat (limited to 'target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch b/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch index b695bc94aa..97ad0087eb 100644 --- a/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch +++ b/target/linux/bcm53xx/patches-3.10/121-bcma-fix-dma-mask.patch @@ -8,7 +8,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c -@@ -155,6 +155,7 @@ static int bcma_register_cores(struct bc +@@ -144,6 +144,7 @@ static int bcma_register_cores(struct bc core->irq = bus->host_pci->irq; break; case BCMA_HOSTTYPE_SOC: |