commit | cc28a610d4fcce1831d26f2099e23fbb3eb7260c | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Tue Sep 18 18:48:16 2007 +0200 |
committer | Mark M. Hoffman <mhoffman@lightlink.com> | Tue Oct 09 22:56:31 2007 -0400 |
tree | 0a0e57e5f3be7011a81feb8f5691e6c1e0c84905 | |
parent | 894c00cf3805670faddd41d3d5dcb3c0ab75a39d [diff] |
hwmon: (thmc50) Fix a debug message type_name was used before being set. See why I don't like play-it-safe variable initializations: they prevent the compiler from warning you about such mistakes. So fix that as well. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>