mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
V4L/DVB (10782): mxl5007t: warn when unknown revisions are detected
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
d90958e6d0
commit
d202515bd1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue