hwmon: (adm1026) Properly terminate sysfs groups
authorJean Delvare <khali@linux-fr.org>
Sun, 10 Feb 2008 18:01:15 +0000 (19:01 +0100)
committerMark M. Hoffman <mhoffman@lightlink.com>
Sun, 17 Feb 2008 14:27:19 +0000 (09:27 -0500)
commit1d5f2c16c6125ae6da1435ac5a190ae08429902a
tree92945ab52c4e570e6f6d2b51b37ed62f90316dde
parentaf865765a9ee3e3510f0fe82a4f1308d2820b7f6
hwmon: (adm1026) Properly terminate sysfs groups

The missing NULL at the end of two sysfs file groups causes a kernel
crash when calling sysfs_create_group().

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/adm1026.c