commit | 32b28076801cadf67eb8fce9aba09a9f08ef9c99 | [log] [tgz] |
---|---|---|
author | Martin Kepplinger <martink@posteo.de> | Mon Nov 21 20:53:54 2016 +0100 |
committer | Jonathan Cameron <jic23@kernel.org> | Sat Dec 03 08:56:28 2016 +0000 |
tree | 9794c20bc4790d323f38f01c89fe48801412a40c | |
parent | 25fc503e2dca093b63e335e4b4ec2226df947601 [diff] |
iio: accel: mma8452: define unsigned return values where appropriate smatch warned: sval_binop_signed: invalid divide LLONG_MIN/-1 and this fixes it. It's actually good to have, in order to avoid accidental checking for negative return values here. Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>