The patch number 14080 was added via Douglas Schilling Landgraf <dougsl...@redhat.com> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Roel Kluin <roel.kl...@gmail.com> cx23885: Wrong command printed in cmd_to_str() The wrong command was printed for case CX2341X_ENC_SET_DNR_FILTER_MODE, and a typo in case CX2341X_ENC_SET_PCR_ID. Priority: normal Signed-off-by: Roel Kluin <roel.kl...@gmail.com> Acked-By: Steven Toth <st...@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com> --- linux/drivers/media/video/cx23885/cx23885-417.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -r b7064f639e13 -r c94839981e3d linux/drivers/media/video/cx23885/cx23885-417.c --- a/linux/drivers/media/video/cx23885/cx23885-417.c Mon Feb 01 15:28:10 2010 -0200 +++ b/linux/drivers/media/video/cx23885/cx23885-417.c Mon Feb 01 15:30:15 2010 -0200 @@ -681,7 +681,7 @@ case CX2341X_ENC_SET_VIDEO_ID: return "SET_VIDEO_ID"; case CX2341X_ENC_SET_PCR_ID: - return "SET_PCR_PID"; + return "SET_PCR_ID"; case CX2341X_ENC_SET_FRAME_RATE: return "SET_FRAME_RATE"; case CX2341X_ENC_SET_FRAME_SIZE: @@ -693,7 +693,7 @@ case CX2341X_ENC_SET_ASPECT_RATIO: return "SET_ASPECT_RATIO"; case CX2341X_ENC_SET_DNR_FILTER_MODE: - return "SET_DNR_FILTER_PROPS"; + return "SET_DNR_FILTER_MODE"; case CX2341X_ENC_SET_DNR_FILTER_PROPS: return "SET_DNR_FILTER_PROPS"; case CX2341X_ENC_SET_CORING_LEVELS: --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/c94839981e3d3bf7c4066ac02fc5bbb529a3222e _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits