Re: [PATCH] iio: magnetometer: hmc5843: Replace a return value.

2018-09-22 Thread Jonathan Cameron
On Thu, 20 Sep 2018 21:42:19 +0800 Song Qiang wrote: > This error apparently is caused by timed out event, so a -ETIMEDOUT > should be used instead of a -EIO, and it also tells user what happened > , so this dev_err may not be needed anymore. > > Signed-off-by: Song Qiang > --- > I used ./scrip

[PATCH] iio: magnetometer: hmc5843: Replace a return value.

2018-09-20 Thread Song Qiang
This error apparently is caused by timed out event, so a -ETIMEDOUT should be used instead of a -EIO, and it also tells user what happened , so this dev_err may not be needed anymore. Signed-off-by: Song Qiang --- I used ./scripts/get_maintainer.pl to get maintainers about this file, I thought th