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] xc5000: log firmware upload failures in xc5000_fwupload
Author:  Michael Krufky <[email protected]>
Date:    Mon Apr 16 15:06:45 2012 -0300

Signed-off-by: Michael Krufky <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/common/tuners/xc5000.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=35320676569a80fb9c612130211d774e072583b4

diff --git a/drivers/media/common/tuners/xc5000.c 
b/drivers/media/common/tuners/xc5000.c
index eab2ea4..377fb8d 100644
--- a/drivers/media/common/tuners/xc5000.c
+++ b/drivers/media/common/tuners/xc5000.c
@@ -631,7 +631,10 @@ static int xc5000_fwupload(struct dvb_frontend *fe)
                ret = xc_load_i2c_sequence(fe,  fw->data);
                if (XC_RESULT_SUCCESS == ret)
                        ret = xc_set_xtal(fe);
-               printk(KERN_INFO "xc5000: firmware upload complete...\n");
+               if (XC_RESULT_SUCCESS == ret)
+                       printk(KERN_INFO "xc5000: firmware upload 
complete...\n");
+               else
+                       printk(KERN_ERR "xc5000: firmware upload failed...\n");
        }
 
 out:

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to