forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/macintosh/windfarm_lm75_sensor.c
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Windfarm PowerMac thermal control. LM75 sensor
34 *
45 * (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp.
56 * <benh@kernel.crashing.org>
6
- *
7
- * Released under the term of the GNU GPL v2.
87 */
98
109 #include <linux/types.h>
....@@ -152,8 +151,6 @@
152151 static int wf_lm75_remove(struct i2c_client *client)
153152 {
154153 struct wf_lm75_sensor *lm = i2c_get_clientdata(client);
155
-
156
- DBG("wf_lm75: i2c detatch called for %s\n", lm->sens.name);
157154
158155 /* Mark client detached */
159156 lm->i2c = NULL;