提交 8fdd8521 编写于 作者: P Pierre Ossman

mmc: add missing printk levels

Some printk:s were missing an explicit level.
Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
上级 be0192aa
......@@ -212,8 +212,9 @@ static int mmc_read_ext_csd(struct mmc_card *card)
ext_csd_struct = ext_csd[EXT_CSD_REV];
if (ext_csd_struct > 2) {
printk("%s: unrecognised EXT_CSD structure version %d\n",
mmc_hostname(card->host), ext_csd_struct);
printk(KERN_ERR "%s: unrecognised EXT_CSD structure "
"version %d\n", mmc_hostname(card->host),
ext_csd_struct);
return -EINVAL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册