RE: [PATCH v2 1/2] i2c: imx: fix dma_request_chan error handling

2019-01-25 Thread Laurentiu Tudor
Hi Wolfram, > -Original Message- > From: Wolfram Sang [mailto:w...@the-dreams.de] > Sent: Wednesday, January 23, 2019 12:52 AM > > On Wed, Jan 16, 2019 at 01:28:54PM +0200, Laurentiu Tudor wrote: > > Use the correct error pointer when extracting the error code. > > > > Fixes: ea1e5f176e97

Re: [PATCH v2 1/2] i2c: imx: fix dma_request_chan error handling

2019-01-22 Thread Wolfram Sang
On Wed, Jan 16, 2019 at 01:28:54PM +0200, Laurentiu Tudor wrote: > Use the correct error pointer when extracting the error code. > > Fixes: ea1e5f176e97 ("i2c: imx: notify about real errors on dma > i2c_imx_dma_request") This is not the sha1 in my tree. Maybe you rebased? I applied another patch

Re: [PATCH v2 1/2] i2c: imx: fix dma_request_chan error handling

2019-01-16 Thread Uwe Kleine-König
Hello, On Wed, Jan 16, 2019 at 01:28:54PM +0200, Laurentiu Tudor wrote: > Use the correct error pointer when extracting the error code. > > Fixes: ea1e5f176e97 ("i2c: imx: notify about real errors on dma > i2c_imx_dma_request") > Signed-off-by: Laurentiu Tudor Reviewed-by: Uwe Kleine-König Th

[PATCH v2 1/2] i2c: imx: fix dma_request_chan error handling

2019-01-16 Thread Laurentiu Tudor
Use the correct error pointer when extracting the error code. Fixes: ea1e5f176e97 ("i2c: imx: notify about real errors on dma i2c_imx_dma_request") Signed-off-by: Laurentiu Tudor --- drivers/i2c/busses/i2c-imx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/bus