summaryrefslogtreecommitdiff
path: root/inahwmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'inahwmon.c')
-rwxr-xr-x[-rw-r--r--]inahwmon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inahwmon.c b/inahwmon.c
index 1649190..cce108d 100644..100755
--- a/inahwmon.c
+++ b/inahwmon.c
@@ -63,6 +63,7 @@ static int ina260_probe_new(struct i2c_client *client){
}
static int ina260_remove(struct i2c_client *client){
+ printk("Unregister client...\n");
hwmon_device_unregister(&client->dev);
return 0;
}