diff for duplicates of <4F3EDF62.9090005@sensoray.com> diff --git a/a/1.txt b/N1/1.txt index aa09bdd..b967cc4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,11 +28,11 @@ On 2/16/2012 10:43 PM, Dan Carpenter wrote: > > if (index>= ARRAY_SIZE(formats)) > return -EINVAL; -> - if (!jpeg_enable&& ((formats[index].fourcc = V4L2_PIX_FMT_JPEG) || -> - (formats[index].fourcc = V4L2_PIX_FMT_MJPEG))) +> - if (!jpeg_enable&& ((formats[index].fourcc == V4L2_PIX_FMT_JPEG) || +> - (formats[index].fourcc == V4L2_PIX_FMT_MJPEG))) > - return -EINVAL; -> + if (!jpeg_enable&& ((formats[index].fourcc = V4L2_PIX_FMT_JPEG) || -> + (formats[index].fourcc = V4L2_PIX_FMT_MJPEG))) +> + if (!jpeg_enable&& ((formats[index].fourcc == V4L2_PIX_FMT_JPEG) || +> + (formats[index].fourcc == V4L2_PIX_FMT_MJPEG))) > + return -EINVAL; > dprintk(4, "name %s\n", formats[index].name); > strlcpy(f->description, formats[index].name, sizeof(f->description)); diff --git a/a/content_digest b/N1/content_digest index 4149ff6..92079f5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020120217064327.GA3666@elgon.mountain\0" "From\0dean anderson <linux-dev@sensoray.com>\0" "Subject\0Re: [patch 1/2] [media] s2255drv: cleanup vidioc_enum_fmt_cap()\0" - "Date\0Fri, 17 Feb 2012 23:14:42 +0000\0" + "Date\0Fri, 17 Feb 2012 15:14:42 -0800\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>" Dean Anderson <linux-dev@sensoray.com> @@ -41,11 +41,11 @@ ">\n" "> \tif (index>= ARRAY_SIZE(formats))\n" "> \t\treturn -EINVAL;\n" - "> - if (!jpeg_enable&& ((formats[index].fourcc = V4L2_PIX_FMT_JPEG) ||\n" - "> -\t\t\t (formats[index].fourcc = V4L2_PIX_FMT_MJPEG)))\n" + "> - if (!jpeg_enable&& ((formats[index].fourcc == V4L2_PIX_FMT_JPEG) ||\n" + "> -\t\t\t (formats[index].fourcc == V4L2_PIX_FMT_MJPEG)))\n" "> -\treturn -EINVAL;\n" - "> +\tif (!jpeg_enable&& ((formats[index].fourcc = V4L2_PIX_FMT_JPEG) ||\n" - "> +\t\t\t(formats[index].fourcc = V4L2_PIX_FMT_MJPEG)))\n" + "> +\tif (!jpeg_enable&& ((formats[index].fourcc == V4L2_PIX_FMT_JPEG) ||\n" + "> +\t\t\t(formats[index].fourcc == V4L2_PIX_FMT_MJPEG)))\n" "> +\t\treturn -EINVAL;\n" "> \tdprintk(4, \"name %s\\n\", formats[index].name);\n" "> \tstrlcpy(f->description, formats[index].name, sizeof(f->description));\n" @@ -56,4 +56,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -ac8704a12a8b33361b06bac769dc64fe6e3d7790f5009aebb18430c11a889857 +4466c1fb51db5f1535d500ff5502e88c040cc4e2c8e669543a2e74a7730439e4
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.