commit | 67fed0da5ac23ab6187c362b7ade08339872f718 | [log] [tgz] |
---|---|---|
author | Ludovic Desroches <ludovic.desroches@atmel.com> | Fri May 20 14:06:31 2016 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Thu May 26 20:54:19 2016 +0200 |
tree | c20eb145904ccd5a8d1966b1ce7e63321fe22ec8 | |
parent | 868b2072f09c8a698df8066ca72d30411dcc57d6 [diff] |
i2c: at91: change log when dma configuration fails When the DMA configuration fails, there is a log reporting that we can't use DMA and indicating the error number. When booting the kernel, it is annoying to see this error number. Moreover, people can think something is going wrong. It is not the case, it means that DMA can't be used but it doesn't prevent to use i2c. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>