macintosh: windfarm: remove detatch debug containing spelling mistakes
authorColin Ian King <colin.king@canonical.com>
Thu, 6 Aug 2020 10:29:01 +0000 (11:29 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 2 Sep 2020 01:00:17 +0000 (11:00 +1000)
There are spelling mistakes in two debug messages. As recommended
by Wolfram Sang, these can be removed as there is plenty of debug
in the driver core.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200806102901.44988-1-colin.king@canonical.com
drivers/macintosh/windfarm_lm75_sensor.c
drivers/macintosh/windfarm_lm87_sensor.c

index 1e5fa09..29f48c2 100644 (file)
@@ -152,8 +152,6 @@ static int wf_lm75_remove(struct i2c_client *client)
 {
        struct wf_lm75_sensor *lm = i2c_get_clientdata(client);
 
-       DBG("wf_lm75: i2c detatch called for %s\n", lm->sens.name);
-
        /* Mark client detached */
        lm->i2c = NULL;
 
index d011899..9fab0b4 100644 (file)
@@ -149,8 +149,6 @@ static int wf_lm87_remove(struct i2c_client *client)
 {
        struct wf_lm87_sensor *lm = i2c_get_clientdata(client);
 
-       DBG("wf_lm87: i2c detatch called for %s\n", lm->sens.name);
-
        /* Mark client detached */
        lm->i2c = NULL;