vfio/ccw: Remove unneeded GFP_DMA
authorJason Gunthorpe <jgg@nvidia.com>
Tue, 26 Oct 2021 17:57:30 +0000 (14:57 -0300)
committerAlex Williamson <alex.williamson@redhat.com>
Thu, 28 Oct 2021 17:06:30 +0000 (11:06 -0600)
commitd0a9329d460cbc2f8150da520b1b75e397bbef9f
treed6156e6253843c0c8d6ad8b20574d9cf1f5d871d
parent9cef73918e15d2284e71022291a8a07901e80bad
vfio/ccw: Remove unneeded GFP_DMA

Since the ccw_io_region was split out of the private the allocation no
longer needs the GFP_DMA. Remove it.

Reported-by: Christoph Hellwig <hch@infradead.org>
Fixes: c98e16b2fa12 ("s390/cio: Convert ccw_io_region to pointer")
Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/1-v4-cea4f5bd2c00+b52-ccw_mdev_jgg@nvidia.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/s390/cio/vfio_ccw_drv.c