On Mon, 2009-11-09 at 20:19 +0800, Andy Yan wrote: > - if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64))) { > - rc = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)); > + if (!pci_set_dma_mask(pdev, DMA_64BIT_MASK)) { > + rc = pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK); So I might not agree with the people who pointlessly churn our interfaces while adding no value but the old form now warns, so you can't just revert this change any more: drivers/scsi/mvsas/mv_init.c: In function 'pci_go_64': drivers/scsi/mvsas/mv_init.c:460: warning: 'DMA_nnBIT_MASK' is deprecated drivers/scsi/mvsas/mv_init.c:461: warning: 'DMA_nnBIT_MASK' is deprecated drivers/scsi/mvsas/mv_init.c:463: warning: 'DMA_nnBIT_MASK' is deprecated drivers/scsi/mvsas/mv_init.c:471: warning: 'DMA_nnBIT_MASK' is deprecated drivers/scsi/mvsas/mv_init.c:477: warning: 'DMA_nnBIT_MASK' is deprecated Please remove this reversion from the diff. Thanks, James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html