Searched hist:"732 f3238dcf27acb92959a99b7923dc49395980e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_init.c | diff 732f3238dcf27acb92959a99b7923dc49395980e Mon Feb 18 01:34:24 CST 2019 Hannes Reinecke <hare@suse.de> scsi: csiostor: fix calls to dma_set_mask_and_coherent()
The change to use dma_set_mask_and_coherent() incorrectly made a second call with the 32 bit DMA mask value when the call with the 64 bit DMA mask value succeeded.
Fixes: c22b332d811b ("scsi: csiostor: switch to generic DMA API") Cc: <stable@vger.kernel.org> Signed-off-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Ewan D. Milne <emilne@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|