Home
last modified time | relevance | path

Searched hist:"911 ace0ba628424637e42826c8a8b63b89bd5611" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/pci/
H A Dpci_dma.cdiff 911ace0ba628424637e42826c8a8b63b89bd5611 Thu Jul 29 15:15:30 CDT 2021 Martin Oliveira <martin.oliveira@eideticom.com> s390/pci: return error code from s390_dma_map_sg()

The .map_sg() op now expects an error code instead of zero on failure.

So propagate the error from __s390_dma_map_sg() up. __s390_dma_map_sg()
returns either -ENOMEM on allocation failure or -EINVAL which is
the same as what's expected by dma_map_sgtable().

Signed-off-by: Martin Oliveira <martin.oliveira@eideticom.com>
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Acked-by: Niklas Schnelle <schnelle@linux.ibm.com>
Cc: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>