diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-mpeg.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-mpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-mpeg.c b/drivers/media/video/cx88/cx88-mpeg.c index def939d435d5..b2eb32e01aee 100644 --- a/drivers/media/video/cx88/cx88-mpeg.c +++ b/drivers/media/video/cx88/cx88-mpeg.c | |||
@@ -449,7 +449,7 @@ int cx8802_init_common(struct cx8802_dev *dev) | |||
449 | if (pci_enable_device(dev->pci)) | 449 | if (pci_enable_device(dev->pci)) |
450 | return -EIO; | 450 | return -EIO; |
451 | pci_set_master(dev->pci); | 451 | pci_set_master(dev->pci); |
452 | if (!pci_dma_supported(dev->pci,0xffffffff)) { | 452 | if (!pci_dma_supported(dev->pci,DMA_32BIT_MASK)) { |
453 | printk("%s/2: Oops: no 32bit PCI DMA ???\n",dev->core->name); | 453 | printk("%s/2: Oops: no 32bit PCI DMA ???\n",dev->core->name); |
454 | return -EIO; | 454 | return -EIO; |
455 | } | 455 | } |