mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
i2c: imx: Improve message log when DMA is not used
When DMA cannot be used, it is better to state that the I2C controller will operate in PIO mode. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
588eb93ea4
commit
5b66153989
@ -349,7 +349,7 @@ fail_tx:
|
||||
dma_release_channel(dma->chan_tx);
|
||||
fail_al:
|
||||
devm_kfree(dev, dma);
|
||||
dev_info(dev, "can't use DMA\n");
|
||||
dev_info(dev, "can't use DMA, using PIO instead.\n");
|
||||
}
|
||||
|
||||
static void i2c_imx_dma_callback(void *arg)
|
||||
|
Loading…
Reference in New Issue
Block a user