scsi: pmcraid: Don't use GFP_DMA in pmcraid_alloc_sglist()
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Dec 2021 09:22:47 +0000 (10:22 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 23 Dec 2021 04:44:12 +0000 (23:44 -0500)
commit657b44d651eb284443d62895d9d47897729ef35a
treea4a93cb62cc931213296ada025bef5f0df6144f5
parent1964777e107a7125fb0753a27cdede213d05248c
scsi: pmcraid: Don't use GFP_DMA in pmcraid_alloc_sglist()

The driver doesn't express DMA addressing limitation under 32-bits anywhere
else, so remove the spurious GFP_DMA allocation.

Link: https://lore.kernel.org/r/20211222092247.928711-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/pmcraid.c