This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree:
Subject: [media] drxk: Fix error return code during drxk init Author: Mauro Carvalho Chehab <[email protected]> Date: Thu Jul 21 19:35:04 2011 -0300 Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/dvb/frontends/drxk_hard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=6da93bb46ce868e5271ad280f918e26a579441b1 diff --git a/drivers/media/dvb/frontends/drxk_hard.c b/drivers/media/dvb/frontends/drxk_hard.c index 5694955..5b22c1f 100644 --- a/drivers/media/dvb/frontends/drxk_hard.c +++ b/drivers/media/dvb/frontends/drxk_hard.c @@ -6171,7 +6171,7 @@ error: if (status < 0) printk(KERN_ERR "drxk: Error %d on %s\n", status, __func__); - return 0; + return status; } static void drxk_c_release(struct dvb_frontend *fe) _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
