commit | a7155f4e2252be167fa69468e11b19a3fac5e625 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Feb 12 00:07:55 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 15 11:51:05 2014 -0800 |
tree | e369e95827caa393acdb407304b1eb21388ad60e | |
parent | 83b1bfba100c1e747c281049255a4a32197c6393 [diff] |
w1: small type cleanup in sysfs On 64 bit systems, a large value for "long tmp" is truncated when assigning to "int md->max_slave_count" so we still end up with a value less than one despite the "tmp < 1" check. This is more of a problem for static checkers than a real life issue, but it's simple enough to fix. Acked-by: David Fries <david@fries.net> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>