Commit 32929fb4 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

V4L/DVB (10243): em28xx: fix compile warning

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent aeaecaf8
...@@ -321,7 +321,7 @@ enum em28xx_aout { ...@@ -321,7 +321,7 @@ enum em28xx_aout {
EM28XX_AOUT_PCM_PHONE = 7 << 8, 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; return (a_out & 0x700) >> 8;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment