projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c77c054
)
drivers: thermal: Remove duplicate newlines
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:41:00 +0000
(14:41 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Jul 2024 16:53:06 +0000
(10:53 -0600)
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/thermal/thermal-uclass.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/thermal-uclass.c
b/drivers/thermal/thermal-uclass.c
index f0fe912e31314c6e7a574a68cd2554c8c4a5ed53..c61e6c3ee0ea01dd39443e71207b6c31aed275d6 100644
(file)
--- 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);