aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorArthur Othieno <a.othieno@bluewin.ch>2006-01-11 19:41:04 -0200
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>2006-01-11 19:41:04 -0200
commitd4437d3fada351d7f40bcc48a62c12b92e2ad9d8 (patch)
tree8e61010ddc3a88d6a347bba66e1b79810281f66d /drivers/media
parentV4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc (diff)
downloadlinux-dev-d4437d3fada351d7f40bcc48a62c12b92e2ad9d8.tar.xz
linux-dev-d4437d3fada351d7f40bcc48a62c12b92e2ad9d8.zip
V4L/DVB (3344b): don't ignore return from i2c_add_driver() for tuner-3036
The call to i2c_add_driver() may actually fail, but tuner-3036 ignores this and always returns 0, regardless. Fix it up so it returns what i2c_add_driver() does, instead. Signed-off-by: Arthur Othieno <a.othieno@bluewin.ch> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/tuner-3036.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-3036.c b/drivers/media/video/tuner-3036.c
index d97f66804c37..c4a78e7a5a58 100644
--- a/drivers/media/video/tuner-3036.c
+++ b/drivers/media/video/tuner-3036.c
@@ -193,8 +193,7 @@ static struct i2c_client client_template =
static int __init
tuner3036_init(void)
{
- i2c_add_driver(&i2c_driver_tuner);
- return 0;
+ return i2c_add_driver(&i2c_driver_tuner);
}
static void __exit