scsi: myrs: Don't use GFP_DMA
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Dec 2021 09:19:35 +0000 (10:19 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 23 Dec 2021 04:42:53 +0000 (23:42 -0500)
commit0298b7daf8091f895d20a1b512cba6ab4af5aca9
tree1513ca144ee57a8e6511aba934961eedc290d2c8
parent27363ba89f3472c39737e0bc34f75c5728e1cffb
scsi: myrs: Don't use GFP_DMA

The myrs devices supports 64-bit addressing, so remove the spurious GFP_DMA
allocations.

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