Re: [PATCH v2 1/2] i2c: s3c2410: Print errno code in error logs

2016-04-25 Thread Wolfram Sang
On Wed, Apr 20, 2016 at 10:37:55AM -0400, Javier Martinez Canillas wrote: > The driver not always prints the error code in case of a failure but this > information can be very useful for debugging. So let's print if available. > > Signed-off-by: Javier Martinez Canillas > Applied to for-next, t

Re: [PATCH v2 1/2] i2c: s3c2410: Print errno code in error logs

2016-04-21 Thread Krzysztof Kozlowski
On 04/20/2016 04:37 PM, Javier Martinez Canillas wrote: > The driver not always prints the error code in case of a failure but this > information can be very useful for debugging. So let's print if available. > > Signed-off-by: Javier Martinez Canillas > > --- > > Hello, > > This patch and 2/2

[PATCH v2 1/2] i2c: s3c2410: Print errno code in error logs

2016-04-20 Thread Javier Martinez Canillas
The driver not always prints the error code in case of a failure but this information can be very useful for debugging. So let's print if available. Signed-off-by: Javier Martinez Canillas --- Hello, This patch and 2/2 were only build tested because I don't have access to a board using this IP