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:
a4ae5ff
)
drivers: firmware: Remove duplicate newlines
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:36 +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/firmware/ti_sci.c
patch
|
blob
|
history
diff --git
a/drivers/firmware/ti_sci.c
b/drivers/firmware/ti_sci.c
index 8ce0f46e70c8dd4ea4e3756c04f291a75854ef5f..e591333ba3875ead74c61bc0b9435aaea7d0c947 100644
(file)
--- a/
drivers/firmware/ti_sci.c
+++ b/
drivers/firmware/ti_sci.c
@@
-139,7
+139,6
@@
static struct ti_sci_xfer *ti_sci_setup_one_xfer(struct ti_sci_info *info,
return ERR_PTR(-ERANGE);
}
-
info->seq = ~info->seq;
xfer->tx_message.buf = buf;
xfer->tx_message.len = tx_message_size;