projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeaecaf
)
V4L/DVB (10243): em28xx: fix compile warning
author
Hans Verkuil
<hverkuil@xs4all.nl>
Sat, 17 Jan 2009 14:21:02 +0000
(11:21 -0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/media/video/em28xx/em28xx.h
b/drivers/media/video/em28xx/em28xx.h
index 23d1482df2d1cb6f2fb568e3e747dcc8e0a14f39..e15ca2f0fb1124c797bb8406695ecee7601a4482 100644
(file)
--- a/
drivers/media/video/em28xx/em28xx.h
+++ b/
drivers/media/video/em28xx/em28xx.h
@@
-321,7
+321,7
@@
enum em28xx_aout {
EM28XX_AOUT_PCM_PHONE = 7 << 8,
};
-static int ac97_return_record_select(int a_out)
+static in
line in
t ac97_return_record_select(int a_out)
{
return (a_out & 0x700) >> 8;
}