mirror of https://gitee.com/openkylin/linux.git
staging: mt7621-mmc: fix spelling mistake: "Eanable" -> "Enable"
Trivial fix to spelling mistake in N_MSG message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a170aa3309
commit
dbbfae6af1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue