git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
136d76f
)
drivers: reset: Remove duplicate newlines
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:52 +0000
(14:40 +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/reset/reset-ast2500.c
patch
|
blob
|
history
diff --git
a/drivers/reset/reset-ast2500.c
b/drivers/reset/reset-ast2500.c
index
0ed5396
..
f3543fa
100644
(file)
--- a/
drivers/reset/reset-ast2500.c
+++ b/
drivers/reset/reset-ast2500.c
@@
-63,8
+63,6
@@
static int ast2500_reset_status(struct reset_ctl *reset_ctl)
return !!status;
}
-
-
static int ast2500_reset_probe(struct udevice *dev)
{
int rc;