]> git.baikalelectronics.ru Git - kernel.git/commit
cxl: drop the dma_set_mask callback from vphb
authorChristoph Hellwig <hch@lst.de>
Sun, 16 Dec 2018 17:19:51 +0000 (18:19 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 Dec 2018 11:21:20 +0000 (22:21 +1100)
commit6f21dba87a1079cfd9a79fe130a461be7e759440
treeca4b2308eb802e1baf142c7bc7df4871ee992955
parent6b586725ed7a9824794d3e21dc7f2ea95fa0169c
cxl: drop the dma_set_mask callback from vphb

The CXL code never even looks at the dma mask, so there is no good
reason for this sanity check.  Remove it because it gets in the way
of the dma ops refactoring.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/cxl/vphb.c