Commit d202515b authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d90958e6
...@@ -800,6 +800,7 @@ static int mxl5007t_get_chip_id(struct mxl5007t_state *state) ...@@ -800,6 +800,7 @@ static int mxl5007t_get_chip_id(struct mxl5007t_state *state)
break; break;
default: default:
name = "MxL5007T"; name = "MxL5007T";
printk(KERN_WARNING "%s: unknown rev (%02x)\n", __func__, id);
id = MxL_UNKNOWN_ID; id = MxL_UNKNOWN_ID;
} }
state->chip_id = id; state->chip_id = id;
......
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