Re: [PATCH 6/6] i2cdump: display the numeric value for block read ioctl() errors

2015-11-01 Thread Denys Vlasenko
Applied all six patches. Thanks! On Tue, Oct 27, 2015 at 5:15 PM, Bartosz Golaszewski wrote: > This makes busybox i2cdump compatible with the upstream version, which > also displays the numeric error value in case of a block read failure. > > Signed-off-by: Bartosz Golaszewski > --- > miscutils

[PATCH 6/6] i2cdump: display the numeric value for block read ioctl() errors

2015-10-27 Thread Bartosz Golaszewski
This makes busybox i2cdump compatible with the upstream version, which also displays the numeric error value in case of a block read failure. Signed-off-by: Bartosz Golaszewski --- miscutils/i2c_tools.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/miscutils/i2c_tools