diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-08 15:39:34 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 15:25:52 +0000 |
commit | b8473d019158fa52b7cfcf49c446eb078e4745b0 (patch) | |
tree | 146ce55ad037fcc499a2c2605737e19ab1ed83f3 /src/commonlib/storage/sdhci.c | |
parent | 4436ebef0645b6e55e442f1a2ba1c6b56341bd44 (diff) | |
download | coreboot-b8473d019158fa52b7cfcf49c446eb078e4745b0.tar.xz |
src/commonlib/storage: Fix typos
Change-Id: Ie210191b79e94d3918ea95d40aeba40f33eb1b2f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38269
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/commonlib/storage/sdhci.c')
-rw-r--r-- | src/commonlib/storage/sdhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/storage/sdhci.c b/src/commonlib/storage/sdhci.c index 6d99508ced..fd9fc63aea 100644 --- a/src/commonlib/storage/sdhci.c +++ b/src/commonlib/storage/sdhci.c @@ -146,7 +146,7 @@ static int sdhci_send_command_bounced(struct sd_mmc_ctrlr *ctrlr, sdhci_writel(sdhci_ctrlr, SDHCI_INT_ALL_MASK, SDHCI_INT_STATUS); mask = SDHCI_CMD_INHIBIT | SDHCI_DATA_INHIBIT; - /* We shouldn't wait for data inihibit for stop commands, even + /* We shouldn't wait for data inhibit for stop commands, even though they might use busy signaling */ if (cmd->flags & CMD_FLAG_IGNORE_INHIBIT) mask &= ~SDHCI_DATA_INHIBIT; |