Skip to content
Commit 28f3d01e authored by Wei Yongjun's avatar Wei Yongjun Committed by Boris Brezillon
Browse files

mtd: nand: sunxi: fix return value check in sunxi_nfc_dma_op_prepare()



In case of error, the function dmaengine_prep_slave_sg() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fixes: 614049a8

 ("mtd: nand: sunxi: add support for DMA assisted operations")
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent bc265323
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment