scsi: ch: Don't use GFP_DMA
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Dec 2021 09:03:11 +0000 (10:03 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 23 Dec 2021 04:40:02 +0000 (23:40 -0500)
commitbc7806b39589f4960d7f583c2381edf2300be48c
tree4a526815a71184ba7d89b3083a8d322602de8ff1
parentb4cc09492263e07bad4fc4bf34fed3246fa95057
scsi: ch: Don't use GFP_DMA

The allocated buffers are used as a command payload, for which the block
layer and/or DMA API do the proper bounce buffering if needed.

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