hwmon: (ucd9000/ucd9200) Optimize array walk
authorJean Delvare <khali@linux-fr.org>
Wed, 31 Aug 2011 15:53:41 +0000 (11:53 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Tue, 6 Sep 2011 15:56:07 +0000 (08:56 -0700)
Rewrite the loop walking the id array during probe. The new code is
better adapted to a null-terminated array, and is also clearer and
more efficient than the original.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Axel Lin <axel.lin@gmail.com>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>

No differences found