[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230810111330.3248-1-aboutphysycs@gmail.com>
Date: Thu, 10 Aug 2023 14:13:30 +0300
From: Andrei Coardos <aboutphysycs@...il.com>
To: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org
Cc: hayashi.kunihiko@...ionext.com, bchihi@...libre.com,
rui.zhang@...el.com, amitk@...nel.org, daniel.lezcano@...aro.org,
rafael@...nel.org, alex@...uggie.ro,
Andrei Coardos <aboutphysycs@...il.com>
Subject: [PATCH] thermal: broadcom: sr-thermal: removed call to platform_set_drvdata()
This function call was found to be unnecessary as there is no equivalent
platform_get_drvdata() call to access the private data of the driver. Also,
the private data is defined in this driver, so there is no risk of it being
accessed outside of this driver file.
Signed-off-by: Andrei Coardos <aboutphysycs@...il.com>
---
drivers/thermal/broadcom/sr-thermal.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/thermal/broadcom/sr-thermal.c b/drivers/thermal/broadcom/sr-thermal.c
index 747915890022..9a29dfd4c7fe 100644
--- a/drivers/thermal/broadcom/sr-thermal.c
+++ b/drivers/thermal/broadcom/sr-thermal.c
@@ -91,7 +91,6 @@ static int sr_thermal_probe(struct platform_device *pdev)
dev_dbg(dev, "thermal sensor %d registered\n", i);
}
- platform_set_drvdata(pdev, sr_thermal);
return 0;
}
--
2.34.1
Powered by blists - more mailing lists