All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <543D1DD1.2060700@cogentembedded.com>

diff --git a/a/1.txt b/N1/1.txt
index 873a4b2..d94b6e1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,13 +23,13 @@ On 10/14/2014 10:26 AM, Yoshihiro Kaneko wrote:
 > +++ b/drivers/media/platform/soc_camera/rcar_vin.c
 [...]
 > @@ -1622,9 +1622,19 @@ static int rcar_vin_set_fmt(struct soc_camera_device *icd,
->   	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;
-> +		if (pixfmt = V4L2_PIX_FMT_NV16) {
+> +		if (pixfmt == V4L2_PIX_FMT_NV16) {
 > +			if (pix->width & 0x1F) {
 > +				dev_err(icd->parent,
 > +				"Specified width error in NV16 format. "
diff --git a/a/content_digest b/N1/content_digest
index 3760834..69109a9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01413268013-8437-4-git-send-email-ykaneko0929@gmail.com\0"
  "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0"
  "Subject\0Re: [PATCH 3/3] media: soc_camera: rcar_vin: Add NV16 horizontal scaling-up support\0"
- "Date\0Tue, 14 Oct 2014 12:57:53 +0000\0"
+ "Date\0Tue, 14 Oct 2014 16:57:53 +0400\0"
  "To\0Yoshihiro Kaneko <ykaneko0929@gmail.com>"
  " linux-media@vger.kernel.org\0"
  "Cc\0Guennadi Liakhovetski <g.liakhovetski@gmx.de>"
@@ -36,13 +36,13 @@
  "> +++ b/drivers/media/platform/soc_camera/rcar_vin.c\n"
  "[...]\n"
  "> @@ -1622,9 +1622,19 @@ static int rcar_vin_set_fmt(struct soc_camera_device *icd,\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\tif (pixfmt = V4L2_PIX_FMT_NV16) {\n"
+ "> +\t\tif (pixfmt == V4L2_PIX_FMT_NV16) {\n"
  "> +\t\t\tif (pix->width & 0x1F) {\n"
  "> +\t\t\t\tdev_err(icd->parent,\n"
  "> +\t\t\t\t\"Specified width error in NV16 format. \"\n"
@@ -69,4 +69,4 @@
  "\n"
  WBR, Sergei
 
-0608846e0539e281297d1a99df01617dbc5d4085c57a1cff8d815a92c1d48555
+07da1583c9143c80f88e9d6682c0058c7f3f54a4b2643fc1ce9ccb38a8510678

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.