]> 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)
commite7bc3dcc8aae5bf030f66f028203442eb9f1613f
treeca4b2308eb802e1baf142c7bc7df4871ee992955
parent07317a0282148a1505409cd053e42be8661b8462
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