commit | aaf16f7d98fedb24099361492821fcdc77036eab | [log] [tgz] |
---|---|---|
author | Ben Werbowyj <ben.werbowyj@gmail.com> | Fri Jul 22 14:33:34 2016 +1000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 31 13:56:04 2016 +0200 |
tree | 19dd5ac9a43480ecc6c8ad11acae80a90f57989d | |
parent | d4c3f97a062969ce52ecc5428e3dbbe93c157dd2 [diff] |
drivers: w1: removed assignment from within if statement Assignment of variable count removed from within an if statment. This was done at two locations in the file. Signed-off-by: Ben Werbowyj <ben.werbowyj@gmail.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>