mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 10:34:24 +08:00
[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>
This commit is contained in:
parent
59142330aa
commit
a65d3bb717
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user