aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@kernellabs.com>2009-10-25 10:43:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:40:57 -0200
commit5abaa530bfe10e2a446679442b283f865a444a32 (patch)
treede19d6b69e29962e45ffc245de7cf0bc27bfa731 /drivers/media/common
parentV4L/DVB (13219): tda18271: remove unneeded braces in switch..case block (diff)
downloadlinux-dev-5abaa530bfe10e2a446679442b283f865a444a32.tar.xz
linux-dev-5abaa530bfe10e2a446679442b283f865a444a32.zip
V4L/DVB (13220): tda18271: increment module version minor
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/tuners/tda18271-fe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tda18271-fe.c b/drivers/media/common/tuners/tda18271-fe.c
index 9199e362279c..07d6e1c159ca 100644
--- a/drivers/media/common/tuners/tda18271-fe.c
+++ b/drivers/media/common/tuners/tda18271-fe.c
@@ -1326,7 +1326,7 @@ EXPORT_SYMBOL_GPL(tda18271_attach);
MODULE_DESCRIPTION("NXP TDA18271HD analog / digital tuner driver");
MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>");
MODULE_LICENSE("GPL");
-MODULE_VERSION("0.3");
+MODULE_VERSION("0.4");
/*
* Overrides for Emacs so that we follow Linus's tabbing style.