]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: initio: Don't use GFP_DMA in initio_probe_one()
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Dec 2021 09:16:30 +0000 (10:16 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 23 Dec 2021 04:41:53 +0000 (23:41 -0500)
commit0f4a9a937f8e5a66fbf445881ca1cf55cbb67022
tree62d05bf63abb974445b1a2b45c63967b8abfd7b4
parentd9b67d451b2a78352aac6869f4b960ffc3d7742c
scsi: initio: Don't use GFP_DMA in initio_probe_one()

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/20211222091630.922788-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/initio.c