remove deprecated warning
SVN-Revision: 17761
This commit is contained in:
parent
942451b0fe
commit
48d6cee53b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue