diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2009-02-28 19:56:30 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:43:03 -0300 |
commit | d202515bd16df5c25f43e3430db7b82643ec8af8 (patch) | |
tree | 980effe22677977fca2cb7cbeab4f3e608ffbeba /drivers/media | |
parent | d90958e6d0445fba57b532a3ee0549f0abc58db3 (diff) |
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/common/tuners/mxl5007t.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/mxl5007t.c b/drivers/media/common/tuners/mxl5007t.c index abb38326a07..59b458097d2 100644 --- a/drivers/media/common/tuners/mxl5007t.c +++ b/drivers/media/common/tuners/mxl5007t.c @@ -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; |