Commit dbbfae6a authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

staging: mt7621-mmc: fix spelling mistake: "Eanable" -> "Enable"

Trivial fix to spelling mistake in N_MSG message text
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a170aa33
......@@ -2032,7 +2032,7 @@ static void msdc_enable_cd_irq(struct msdc_host *host, int enable)
return;
}
N_MSG(CFG, "CD IRQ Eanable(%d)", enable);
N_MSG(CFG, "CD IRQ Enable(%d)", enable);
if (enable) {
/* card detection circuit relies on the core power so that the core power
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment