The patch number 10243 was added via Hans Verkuil <[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:
        Linux Media Mailing List <[email protected]>

------

From: Hans Verkuil  <[email protected]>
em28xx: fix compile warning


Priority: normal

Signed-off-by: Hans Verkuil <[email protected]>


---

 linux/drivers/media/video/em28xx/em28xx.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r aac04d994e87 -r dc5a31471761 linux/drivers/media/video/em28xx/em28xx.h
--- a/linux/drivers/media/video/em28xx/em28xx.h Mon Jan 12 05:50:17 2009 +0000
+++ b/linux/drivers/media/video/em28xx/em28xx.h Sat Jan 17 15:21:02 2009 +0100
@@ -322,7 +322,7 @@ enum em28xx_aout {
        EM28XX_AOUT_PCM_PHONE   = 7 << 8,
 };
 
-static int ac97_return_record_select(int a_out)
+static inline int ac97_return_record_select(int a_out)
 {
        return (a_out & 0x700) >> 8;
 }


---

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

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

Reply via email to