aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/av7110_av.c
diff options
context:
space:
mode:
authorJohannes Stezenbach <js@linuxtv.org>2005-05-16 21:54:26 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-17 07:59:28 -0700
commita65d3bb7177cbab1fca69dd97537766c2817b6b2 (patch)
treea1219ac6d4e45cfe7b6945d5575a0a5ee4462e9c /drivers/media/dvb/ttpci/av7110_av.c
parent[PATCH] dvb: dvb_net: handle IPv6 and LLC/SNAP (diff)
downloadlinux-dev-a65d3bb7177cbab1fca69dd97537766c2817b6b2.tar.xz
linux-dev-a65d3bb7177cbab1fca69dd97537766c2817b6b2.zip
[PATCH] dvb: av7110: fix VIDEO_SET_DISPLAY_FORMAT
VIDEO_SET_DISPLAY_FORMAT ioctl fixed: set videostate.display_format, not videostate.video_format (Oliver Endriss) Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/dvb/ttpci/av7110_av.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_av.c b/drivers/media/dvb/ttpci/av7110_av.c
index 2c3b0b32b8d7..f90e1cf2419c 100644
--- a/drivers/media/dvb/ttpci/av7110_av.c
+++ b/drivers/media/dvb/ttpci/av7110_av.c
@@ -1075,7 +1075,7 @@ static int dvb_video_ioctl(struct inode *inode, struct file *file,
}
if (ret < 0)
break;
- av7110->videostate.video_format = format;
+ av7110->videostate.display_format = format;
ret = av7110_fw_cmd(av7110, COMTYPE_ENCODER, SetPanScanType,
1, (u16) val);
break;