diff for duplicates of <20120217064327.GA3666@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index 2b259e2..e884cd7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,11 +21,11 @@ index c1bef61..3505242 100644 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 e0cf929..4b93685 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch 1/2] [media] s2255drv: cleanup vidioc_enum_fmt_cap()\0" - "Date\0Fri, 17 Feb 2012 06:43:27 +0000\0" + "Date\0Fri, 17 Feb 2012 09:43:27 +0300\0" "To\0Mauro Carvalho Chehab <mchehab@infradead.org>\0" "Cc\0Dean Anderson <linux-dev@sensoray.com>" Hans Verkuil <hans.verkuil@cisco.com> @@ -32,14 +32,14 @@ " \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" " \tf->pixelformat = formats[index].fourcc;" -5634522b424c2db91cacf92bc476be610e36fdb630a7469f958eb753abc53e5b +851c5d79a226d04c66b3b37cdf3de6c979413208608b7026d0d8c76d5f5d93eb
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.