commit | d9a0134e7aa048f3de4477d93598974ea8ecae7a | [log] [tgz] |
---|---|---|
author | Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> | Mon Jul 22 12:16:00 2013 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Sat Aug 03 18:41:19 2013 +0100 |
tree | f680dd5219273ccd4844e04863387dcaa0f2365d | |
parent | be85697bfcde2eed7e9c55dbb2265ec8a8ea2f43 [diff] |
iio: core: Avoid double minus in sysfs output This patch fixes the issue with double minus in output when reading channels from sysfs for IIO_VAL_INT_PLUS_MICRO and IIO_VAL_INT_PLUS_NANO cases. Until this patch if val and val2 both are negatives output string contains "--" before digits. It is result of "-%d..." in sprintf() format. Signed-off-by: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>