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:
1528a7e
)
drivers: dfu: Remove duplicate newlines
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:34 +0000
(14:40 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Jul 2024 16:53:05 +0000
(10:53 -0600)
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/dfu/dfu_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/dfu/dfu_mmc.c
b/drivers/dfu/dfu_mmc.c
index
cfa6334
..
8f7ecfa
100644
(file)
--- a/
drivers/dfu/dfu_mmc.c
+++ b/
drivers/dfu/dfu_mmc.c
@@
-269,7
+269,6
@@
int dfu_get_medium_size_mmc(struct dfu_entity *dfu, u64 *size)
}
}
-
static int mmc_file_buf_read(struct dfu_entity *dfu, u64 offset, void *buf,
long *len)
{