The patch number 9771 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Mauro Carvalho Chehab  <[EMAIL PROTECTED]>
tuner-xc2028: fix a small warning


/home/mauro/v4l-dvb/v4l/tuner-xc2028.c: In function 'xc2028_sleep':
/home/mauro/v4l-dvb/v4l/tuner-xc2028.c:1111: warning: 'return' with no value, 
in function returning non-void

Priority: normal

Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>


---

 linux/drivers/media/common/tuners/tuner-xc2028.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 438b40dd760c -r 6a9d064fe0ee 
linux/drivers/media/common/tuners/tuner-xc2028.c
--- a/linux/drivers/media/common/tuners/tuner-xc2028.c  Fri Dec 05 11:39:12 
2008 -0200
+++ b/linux/drivers/media/common/tuners/tuner-xc2028.c  Fri Dec 05 11:49:53 
2008 -0200
@@ -1108,7 +1108,7 @@ static int xc2028_sleep(struct dvb_front
 
        /* Avoid firmware reload on slow devices */
        if (no_poweroff)
-               return;
+               return 0;
 
        tuner_dbg("Putting xc2028/3028 into poweroff mode.\n");
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/6a9d064fe0ee266926ada3e5a57057a07df1d73d

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

Reply via email to