summaryrefslogtreecommitdiff
path: root/inahwmon.c
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-08-13 16:11:03 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-08-13 16:11:03 +0200
commitdf5428faf5a5cfd49b1c453e76be669e86bd85e1 (patch)
tree2fe45abaa1e729d3cd95e72773157b5e7de01ee9 /inahwmon.c
parentfa26bf63feb8400ddfb3f1e47857be4691859142 (diff)
Minor changes
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;
}