All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <544281C3.9030002@cogentembedded.com>

diff --git a/a/1.txt b/N1/1.txt
index 93e5e2a..81e8132 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -29,10 +29,10 @@ On 10/16/2014 10:12 AM, Yoshihiro Kaneko wrote:
 >
 > +	/* At the time of NV16 capture format, the user has to specify the
 > +	   width of the multiple of 32 for H/W specification. */
-> +	if (priv->error_flag = false)
+> +	if (priv->error_flag == false)
 > +		priv->error_flag = true;
 > +	else {
-> +		if ((pixfmt = V4L2_PIX_FMT_NV16) && (pix->width & 0x1F)) {
+> +		if ((pixfmt == V4L2_PIX_FMT_NV16) && (pix->width & 0x1F)) {
 > +			dev_err(icd->parent, "Specified width error in NV16 format.\n");
 > +			return -EINVAL;
 > +		}
diff --git a/a/content_digest b/N1/content_digest
index 5790c3b..39730d3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01413439968-6349-3-git-send-email-ykaneko0929@gmail.com\0"
  "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0"
  "Subject\0Re: [PATCH v2 2/3] media: soc_camera: rcar_vin: Add capture width check for NV16 format\0"
- "Date\0Sat, 18 Oct 2014 15:05:39 +0000\0"
+ "Date\0Sat, 18 Oct 2014 19:05:39 +0400\0"
  "To\0Yoshihiro Kaneko <ykaneko0929@gmail.com>"
  " linux-media@vger.kernel.org\0"
  "Cc\0Guennadi Liakhovetski <g.liakhovetski@gmx.de>"
@@ -42,10 +42,10 @@
  ">\n"
  "> +\t/* At the time of NV16 capture format, the user has to specify the\n"
  "> +\t   width of the multiple of 32 for H/W specification. */\n"
- "> +\tif (priv->error_flag = false)\n"
+ "> +\tif (priv->error_flag == false)\n"
  "> +\t\tpriv->error_flag = true;\n"
  "> +\telse {\n"
- "> +\t\tif ((pixfmt = V4L2_PIX_FMT_NV16) && (pix->width & 0x1F)) {\n"
+ "> +\t\tif ((pixfmt == V4L2_PIX_FMT_NV16) && (pix->width & 0x1F)) {\n"
  "> +\t\t\tdev_err(icd->parent, \"Specified width error in NV16 format.\\n\");\n"
  "> +\t\t\treturn -EINVAL;\n"
  "> +\t\t}\n"
@@ -56,4 +56,4 @@
  "\n"
  WBR, Sergei
 
-c19944f86a63e8782e20a23d6accc35fc45329adcf46d879dcd86f1337273dc8
+989c44cad9c04b4660cc91991bc7bf1d63d6935b4fc64c0987d3ac3b342646c0

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.