diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2009-02-28 17:56:30 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:03 -0400 |
commit | d202515bd16df5c25f43e3430db7b82643ec8af8 (patch) | |
tree | 980effe22677977fca2cb7cbeab4f3e608ffbeba /drivers/media/common/tuners | |
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/common/tuners')
-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 abb38326a07f..59b458097d2f 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) | |||
800 | break; | 800 | break; |
801 | default: | 801 | default: |
802 | name = "MxL5007T"; | 802 | name = "MxL5007T"; |
803 | printk(KERN_WARNING "%s: unknown rev (%02x)\n", __func__, id); | ||
803 | id = MxL_UNKNOWN_ID; | 804 | id = MxL_UNKNOWN_ID; |
804 | } | 805 | } |
805 | state->chip_id = id; | 806 | state->chip_id = id; |