提交 d202515b 编写于 作者: M Michael Krufky 提交者: Mauro Carvalho Chehab

V4L/DVB (10782): mxl5007t: warn when unknown revisions are detected

Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 d90958e6
......@@ -800,6 +800,7 @@ static int mxl5007t_get_chip_id(struct mxl5007t_state *state)
break;
default:
name = "MxL5007T";
printk(KERN_WARNING "%s: unknown rev (%02x)\n", __func__, id);
id = MxL_UNKNOWN_ID;
}
state->chip_id = id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册