diff options
Diffstat (limited to 'drivers/hwmon/hwmon.c')
-rw-r--r-- | drivers/hwmon/hwmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/hwmon.c b/drivers/hwmon/hwmon.c index 076a59cdabe9..e15c3e7b07e9 100644 --- a/drivers/hwmon/hwmon.c +++ b/drivers/hwmon/hwmon.c | |||
@@ -76,7 +76,7 @@ void hwmon_device_unregister(struct device *dev) | |||
76 | { | 76 | { |
77 | int id; | 77 | int id; |
78 | 78 | ||
79 | if (likely(sscanf(dev->bus_id, HWMON_ID_FORMAT, &id) == 1)) { | 79 | if (likely(sscanf(dev_name(dev), HWMON_ID_FORMAT, &id) == 1)) { |
80 | device_unregister(dev); | 80 | device_unregister(dev); |
81 | spin_lock(&idr_lock); | 81 | spin_lock(&idr_lock); |
82 | idr_remove(&hwmon_idr, id); | 82 | idr_remove(&hwmon_idr, id); |