commit | 7cf8e59e54b322a1663a3e2beaab8324240e1801 | [log] [tgz] |
---|---|---|
author | Mario J. Rugiero <mrugiero@gmail.com> | Thu Dec 03 13:24:05 2015 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Dec 18 14:49:10 2015 -0800 |
tree | 968a02ddbaf3ec27481632a4c4e099f40f1e0bda | |
parent | 6b05fcc9c6ec08f4bd53e585afe4ec2f2f5b4ffb [diff] |
staging: wilc1000: replace 'ptr > 0' check by 'ptr' check. This silences a sparse warning about incompatible comparisons, while making the intent of the check a bit clearer. Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>