[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 02/24] hw/sd/aspeed_sdhci: Fix coding style
From: |
Cédric Le Goater |
Subject: |
[PULL 02/24] hw/sd/aspeed_sdhci: Fix coding style |
Date: |
Wed, 11 Dec 2024 07:30:36 +0100 |
From: Jamin Lin <jamin_lin@aspeedtech.com>
Fix coding style issues from checkpatch.pl.
Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: 20241204084453.610660-2-jamin_lin@aspeedtech.com">https://lore.kernel.org/r/20241204084453.610660-2-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
hw/sd/aspeed_sdhci.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/hw/sd/aspeed_sdhci.c b/hw/sd/aspeed_sdhci.c
index 98d5460905df..acd65382611c 100644
--- a/hw/sd/aspeed_sdhci.c
+++ b/hw/sd/aspeed_sdhci.c
@@ -87,10 +87,12 @@ static void aspeed_sdhci_write(void *opaque, hwaddr addr,
uint64_t val,
sdhci->regs[TO_REG(addr)] = (uint32_t)val & ~ASPEED_SDHCI_INFO_RESET;
break;
case ASPEED_SDHCI_SDIO_140:
- sdhci->slots[0].capareg = deposit64(sdhci->slots[0].capareg, 0, 32,
val);
+ sdhci->slots[0].capareg = deposit64(sdhci->slots[0].capareg,
+ 0, 32, val);
break;
case ASPEED_SDHCI_SDIO_144:
- sdhci->slots[0].capareg = deposit64(sdhci->slots[0].capareg, 32, 32,
val);
+ sdhci->slots[0].capareg = deposit64(sdhci->slots[0].capareg,
+ 32, 32, val);
break;
case ASPEED_SDHCI_SDIO_148:
sdhci->slots[0].maxcurr = deposit64(sdhci->slots[0].maxcurr,
--
2.47.1
- [PULL 00/24] aspeed queue, Cédric Le Goater, 2024/12/11
- [PULL 02/24] hw/sd/aspeed_sdhci: Fix coding style,
Cédric Le Goater <=
- [PULL 03/24] hw/arm/aspeed: Fix coding style, Cédric Le Goater, 2024/12/11
- [PULL 01/24] arm: Remove tacoma-bmc machine, Cédric Le Goater, 2024/12/11
- [PULL 04/24] hw:sdhci: Introduce a new "capareg" class member to set the different Capability Registers, Cédric Le Goater, 2024/12/11
- [PULL 05/24] hw/sd/aspeed_sdhci: Add AST2700 Support, Cédric Le Goater, 2024/12/11
- [PULL 07/24] aspeed/soc: Support eMMC for AST2700, Cédric Le Goater, 2024/12/11
- [PULL 10/24] tests/functional: Introduce a specific test for romulus-bmc machine, Cédric Le Goater, 2024/12/11
- [PULL 17/24] test/qtest/aspeed_smc-test: Support to test all CE pins, Cédric Le Goater, 2024/12/11
- [PULL 09/24] tests/functional: Introduce a specific test for palmetto-bmc machine, Cédric Le Goater, 2024/12/11
- [PULL 14/24] tests/functional: Move debian boot test from avocado, Cédric Le Goater, 2024/12/11
- [PULL 12/24] tests/functional: Introduce a specific test for ast2600 SoC, Cédric Le Goater, 2024/12/11