diff options
Diffstat (limited to 'drivers/crypto/hifn_795x.c')
-rw-r--r-- | drivers/crypto/hifn_795x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c index 4d85402a9e4a..2bef086fb342 100644 --- a/drivers/crypto/hifn_795x.c +++ b/drivers/crypto/hifn_795x.c | |||
@@ -2575,7 +2575,7 @@ static int hifn_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
2575 | return err; | 2575 | return err; |
2576 | pci_set_master(pdev); | 2576 | pci_set_master(pdev); |
2577 | 2577 | ||
2578 | err = pci_set_dma_mask(pdev, DMA_32BIT_MASK); | 2578 | err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32)); |
2579 | if (err) | 2579 | if (err) |
2580 | goto err_out_disable_pci_device; | 2580 | goto err_out_disable_pci_device; |
2581 | 2581 | ||