commit | dcc02c19cc06bd7bc1b6db0aa0087a2b6eb05b94 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Aug 26 12:57:24 2019 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 26 13:58:58 2019 -0600 |
tree | 7bb71664f91cf444536e94bbd6e74da018d1c078 | |
parent | 440bd77f09b8a11a5c729ef61f346421e4d10b87 [diff] |
sata_sil24: use dma_set_mask_and_coherent Use the dma_set_mask_and_coherent helper to set the DMA mask. Rely on the relatively recent change that setting a larger than required mask will never fail to avoid the need for the boilerplate 32-bit fallback code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>