diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-20 14:41:00 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:53:06 -0600 |
commit | 0b9377abbf4ec0025ec4b1022b9b8abb43c47208 (patch) | |
tree | e476b9a3780e2ee3ffaa6c12c94c1ccd42a56419 | |
parent | c77c054aa52517362f9c0c2650399c61a48f088d (diff) |
drivers: thermal: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r-- | drivers/thermal/thermal-uclass.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/thermal-uclass.c b/drivers/thermal/thermal-uclass.c index f0fe912e313..c61e6c3ee0e 100644 --- a/drivers/thermal/thermal-uclass.c +++ b/drivers/thermal/thermal-uclass.c @@ -13,7 +13,6 @@ #include <asm/io.h> #include <linux/list.h> - int thermal_get_temp(struct udevice *dev, int *temp) { const struct dm_thermal_ops *ops = device_get_ops(dev); |