mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
brcm2708: fix renamed definition (FS#2265)
This commit is contained in:
parent
b489f79846
commit
fd02a0f8e9
@ -521,7 +521,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
||||
+ bcm2835_mmc_readl(host, SDHCI_INT_ENABLE),
|
||||
+ bcm2835_mmc_readl(host, SDHCI_SIGNAL_ENABLE));
|
||||
+ pr_debug(DRIVER_NAME ": AC12 err: 0x%08x | Slot int: 0x%08x\n",
|
||||
+ bcm2835_mmc_readw(host, SDHCI_ACMD12_ERR),
|
||||
+ bcm2835_mmc_readw(host, SDHCI_AUTO_CMD_STATUS),
|
||||
+ bcm2835_mmc_readw(host, SDHCI_SLOT_INT_STATUS));
|
||||
+ pr_debug(DRIVER_NAME ": Caps: 0x%08x | Caps_1: 0x%08x\n",
|
||||
+ bcm2835_mmc_readl(host, SDHCI_CAPABILITIES),
|
||||
|
Loading…
Reference in New Issue
Block a user