diff options
-rw-r--r-- | include/asm-x86/dma-mapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/dma-mapping.h b/include/asm-x86/dma-mapping.h index f43420b8c573..f408e6dd1778 100644 --- a/include/asm-x86/dma-mapping.h +++ b/include/asm-x86/dma-mapping.h | |||
@@ -278,7 +278,7 @@ dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, | |||
278 | gfp |= GFP_DMA; | 278 | gfp |= GFP_DMA; |
279 | } | 279 | } |
280 | 280 | ||
281 | if (!dev->dma_mask) | 281 | if (!is_device_dma_capable(dev)) |
282 | return NULL; | 282 | return NULL; |
283 | 283 | ||
284 | if (!ops->alloc_coherent) | 284 | if (!ops->alloc_coherent) |