V4L/DVB (10243): em28xx: fix compile warning
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 17 Jan 2009 14:21:02 +0000 (11:21 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 29 Jan 2009 10:35:39 +0000 (08:35 -0200)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx.h

index 23d1482df2d1cb6f2fb568e3e747dcc8e0a14f39..e15ca2f0fb1124c797bb8406695ecee7601a4482 100644 (file)
@@ -321,7 +321,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;
 }
This page took 0.027069 seconds and 5 git commands to generate.