OSDN Git Service

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)
commitf3e5a8579c70d591db8e772cab93af0ec7e39849
treeca4b2308eb802e1baf142c7bc7df4871ee992955
parent44a0337b322e0ee2b817e334436366d394654d07
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