commit | 2fa065fde217a39987f8931cb800e511fa5178e4 | [log] [tgz] |
---|---|---|
author | Aaron Sierra <asierra@xes-inc.com> | Fri Dec 22 10:51:09 2017 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 09 17:03:57 2018 +0100 |
tree | 071795770e41450cbe21ad8ff5f54b3d1bea7d1a | |
parent | 1a3771d5fa9417d5a79dd25b1c3c387f7dac7179 [diff] |
misc: ds1682: Show device registers as unsigned This patch leverages the fact that all DS1682 registers are unsigned to merge two return paths into one. It also introduces val_le as used in ds1682_store() to merge two endianness conversions into one. Signed-off-by: Aaron Sierra <asierra@xes-inc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>