Skip to content

Commit

Permalink
V4L/DVB (10243): em28xx: fix compile warning
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 29, 2009
1 parent aeaecaf commit 32929fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/em28xx/em28xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 32929fb

Please sign in to comment.