commit | f7a34ff7c04527776a93683f4ac4bf92e9e778a5 | [log] [tgz] |
---|---|---|
author | Tim Sell <Timothy.Sell@unisys.com> | Tue Sep 27 14:42:21 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 28 11:30:52 2016 +0200 |
tree | b865cb02f6d9eb555a25517034cefd58c0cd901d | |
parent | 8681a1d47b3332b4dbeb0321b347af1bb7cb0cd6 [diff] |
staging: unisys: visorbus: fix sloppy unsigned/signed int conversions Several implicit unsigned --> signed int conversions were corrected. No runtime effects were observed here, nevertheless implicit conversions between integral types can lead to unexpected behavior. Signed-off-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>