瀏覽代碼

V4L/DVB (7459): Test cmd, not definition in decoder_command(), drivers/media/video/zoran_device.c

include/linux/video_decoder.h:
34:#define DECODER_SET_NORM	_IOW('d', 3, int)
35:#define DECODER_SET_INPUT	_IOW('d', 4, int)

untested, please confirm it's right.

Test cmd value, not definition of DECODER_SET_INPUT

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Roel Kluin 17 年之前
父節點
當前提交
7bf9746d93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/media/video/zoran_device.c

+ 1 - 1
drivers/media/video/zoran_device.c

@@ -1727,7 +1727,7 @@ decoder_command (struct zoran *zr,
 		return -EIO;
 
 	if (zr->card.type == LML33 &&
-	    (cmd == DECODER_SET_NORM || DECODER_SET_INPUT)) {
+	    (cmd == DECODER_SET_NORM || cmd == DECODER_SET_INPUT)) {
 		int res;
 
 		// Bt819 needs to reset its FIFO buffer using #FRST pin and