mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-03 10:57:29 +03:00
[brcm47xx] remove deprecated warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17761 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
199b50af2c
commit
edf4ec42fa
@ -8,7 +8,7 @@
|
||||
int err = -ENOMEM;
|
||||
u32 tmp, flags = 0;
|
||||
|
||||
+ if (ssb_dma_set_mask(dev, DMA_32BIT_MASK))
|
||||
+ if (ssb_dma_set_mask(dev, DMA_BIT_MASK(32)))
|
||||
+ return -EOPNOTSUPP;
|
||||
+
|
||||
if (dev->id.coreid == SSB_DEV_USB11_HOSTDEV) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user