Unverified Commit 908e5a3d authored by Minjie Du's avatar Minjie Du Committed by Mark Brown
Browse files

spi: fsl-dspi: Use dev_err_probe() in dspi_request_dma()



It is possible for dma_request_chan() to return EPROBE_DEFER, which means
dev is not ready yet.
At this point dev_err() will have no output.

Signed-off-by: default avatarMinjie Du <duminjie@vivo.com>
Link: https://lore.kernel.org/r/20230725035038.1702-1-duminjie@vivo.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 49aa7716
Supports Markdown
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