diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-17 15:21:02 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-17 15:21:02 +0100 |
commit | d107857629bfa2b5779eb6d017178616513d57b8 (patch) | |
tree | eaf340dbcb3dd769f015eb0c1f7519980e5ac24b /linux/drivers/media/video/em28xx/em28xx.h | |
parent | 8488726038ad8c333e24f035a913f02bc6f3142d (diff) | |
download | mediapointer-dvb-s2-d107857629bfa2b5779eb6d017178616513d57b8.tar.gz mediapointer-dvb-s2-d107857629bfa2b5779eb6d017178616513d57b8.tar.bz2 |
em28xx: fix compile warning
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h index 04397c7ad..f8566036d 100644 --- a/linux/drivers/media/video/em28xx/em28xx.h +++ b/linux/drivers/media/video/em28xx/em28xx.h @@ -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; } |