aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvdimm
diff options
context:
space:
mode:
authorArnd Bergmann2018-07-17 22:27:42 +0200
committerMiquel Raynal2018-07-19 23:14:13 +0200
commit7330fc505af4af262ef874a4fc4492393106fdce (patch)
treea82c6e9291af84d27268f91b48237e800c968d8f /drivers/nvdimm
parentd535934a9ad4dc435884958ac44a7d6ecb6278ce (diff)
mtd: rawnand: qcom: stop using phys_to_dma()
Compile-testing this driver on x86 caused a link error: ERROR: "__phys_to_dma" [drivers/mtd/nand/raw/qcom_nandc.ko] undefined! The problem here is that the driver attempts to convert the physical address into the DMA controller as a dma_addr_t and calls phys_to_dma() to do the conversion. The correct way to do the conversion is using the dma mapping interfaces. Fixes: c76b78d8ec05 ("mtd: nand: Qualcomm NAND controller driver") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/nvdimm')
0 files changed, 0 insertions, 0 deletions