The patch titled video: test cmd, not definition in decoder_command(), drivers/media/video/zoran_device.c has been removed from the -mm tree. Its filename was video-test-cmd-not-definition-in-decoder_command-drivers-media-video-zoran_devicec.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: video: test cmd, not definition in decoder_command(), drivers/media/video/zoran_device.c From: Roel Kluin <12o3l@xxxxxxxxxx> include/linux/video_decoder.h: 34:#define DECODER_SET_NORM _IOW('d', 3, int) 35:#define DECODER_SET_INPUT _IOW('d', 4, int) Test cmd value, not definition of DECODER_SET_INPUT Signed-off-by: Roel Kluin <12o3l@xxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/video/zoran_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/video/zoran_device.c~video-test-cmd-not-definition-in-decoder_command-drivers-media-video-zoran_devicec drivers/media/video/zoran_device.c --- a/drivers/media/video/zoran_device.c~video-test-cmd-not-definition-in-decoder_command-drivers-media-video-zoran_devicec +++ a/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 _ Patches currently in -mm which might be from 12o3l@xxxxxxxxxx are git-powerpc.patch git-dvb.patch adt746x-logical-bitwise-confusion-in-set_max_duty_at_crit.patch git-net.patch git-scsi-misc.patch block-blk-mergec-inverted-likeliness-in-ll_back_merge_fn.patch git-cryptodev.patch free-when-fb-cant-be-registered-in-video-aty-atyfb_basec.patch drivers-video-aty-aty128fbc-fix-incorrect-usage-of-strncat-in-aty128_init.patch drivers-video-imsttfbc-add-missing-curly-brackets.patch likeliness-accounting-change-and-cleanup.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html