diff options
| author | Marek Vasut <[email protected]> | 2024-07-20 14:40:36 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-22 10:53:05 -0600 |
| commit | 22bd4c0da0bd34519d1ecdbc522cbb6c2655682e (patch) | |
| tree | b623406154f34e422ab7bd6705c38138cca96b20 /drivers/firmware | |
| parent | a4ae5ff6ea0d80394f002db17260229cd15dfc26 (diff) | |
drivers: firmware: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers/firmware')
| -rw-r--r-- | drivers/firmware/ti_sci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firmware/ti_sci.c b/drivers/firmware/ti_sci.c index 8ce0f46e70c..e591333ba38 100644 --- 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; |
