]> bbs.cooldavid.org Git - net-next-2.6.git/commit
hwmon: coretemp: update hotplug condition check
authorChen Gong <gong.chen@linux.intel.com>
Tue, 10 Aug 2010 00:21:09 +0000 (17:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Aug 2010 03:45:10 +0000 (20:45 -0700)
commit0dca94baeab4a1a514841b0a4c8e3a51dfb4d5ae
treeb20fdb05c2f5fb9bc7be4065802ca12b024a44f1
parent4453d7364d3b1f92475f104d4625abee36a7733d
hwmon: coretemp: update hotplug condition check

Fix two errors in hotplug.  One is for hotplug notifier.  The other is
unnecessary driver unregister.  Because even none of online cpus supports
coretemp, we can't assume new onlined cpu doesn't support it either.  If
related driver is unregistered there we have no chance to use coretemp
from then on.

Signed-off-by: Chen Gong <gong.chen@linux.intel.com>
Cc: Rudolf Marek <r.marek@assembler.cz>
Cc: Huaxu Wan <huaxu.wan@intel.com>
Cc: Jean Delvare <khali@linux-fr.org>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/hwmon/coretemp.c