hwmon: (nct6775) Use ARRAY_SIZE for loops where possible
authorGuenter Roeck <linux@roeck-us.net>
Tue, 9 Apr 2013 12:04:00 +0000 (05:04 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 13 Apr 2013 15:44:35 +0000 (08:44 -0700)
This ensures that the loop iterations are correct even if/when
the number of elements in an array changes.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>

No differences found