summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/mxl5007t.c
diff options
context:
space:
mode:
authorMichael Krufky2009-02-28 23:56:30 +0100
committerMauro Carvalho Chehab2009-03-30 17:43:03 +0200
commitd202515bd16df5c25f43e3430db7b82643ec8af8 (patch)
tree980effe22677977fca2cb7cbeab4f3e608ffbeba /drivers/media/common/tuners/mxl5007t.c
parentV4L/DVB (10781): mxl5007t: mxl5007t_get_status should report if tuner is locked (diff)
downloadkernel-qcow2-linux-d202515bd16df5c25f43e3430db7b82643ec8af8.tar.gz
kernel-qcow2-linux-d202515bd16df5c25f43e3430db7b82643ec8af8.tar.xz
kernel-qcow2-linux-d202515bd16df5c25f43e3430db7b82643ec8af8.zip
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/mxl5007t.c')
-rw-r--r--drivers/media/common/tuners/mxl5007t.c1
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)
break;
default:
name = "MxL5007T";
+ printk(KERN_WARNING "%s: unknown rev (%02x)\n", __func__, id);
id = MxL_UNKNOWN_ID;
}
state->chip_id = id;