提交 7db0a072 编写于 作者: C Colin Ian King 提交者: Michael Ellerman

macintosh: windfarm: remove detatch debug containing spelling mistakes

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: NColin Ian King <colin.king@canonical.com>
Reviewed-by: NWolfram Sang <wsa@kernel.org>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200806102901.44988-1-colin.king@canonical.com
上级 b51ba4fe
...@@ -152,8 +152,6 @@ static int wf_lm75_remove(struct i2c_client *client) ...@@ -152,8 +152,6 @@ static int wf_lm75_remove(struct i2c_client *client)
{ {
struct wf_lm75_sensor *lm = i2c_get_clientdata(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 */ /* Mark client detached */
lm->i2c = NULL; lm->i2c = NULL;
......
...@@ -149,8 +149,6 @@ static int wf_lm87_remove(struct i2c_client *client) ...@@ -149,8 +149,6 @@ static int wf_lm87_remove(struct i2c_client *client)
{ {
struct wf_lm87_sensor *lm = i2c_get_clientdata(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 */ /* Mark client detached */
lm->i2c = NULL; lm->i2c = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册