All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <8716683.kK9yC3v8HR@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 7262373..089ad4b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -217,7 +217,7 @@ What does RZ stand for BTW ?
 > +	}
 > +
 > +	/* If only 1 resource is available it must be PPR */
-> +	if (nr = 1) {
+> +	if (nr == 1) {
 > +		io[REG_PPR] = io[0];
 > +		p->io[REG_PPR] = p->io[0];
 > +		io[0] = NULL;
@@ -237,7 +237,7 @@ What does RZ stand for BTW ?
 > +	gpio_chip->dev = &pdev->dev;
 > +	gpio_chip->owner = THIS_MODULE;
 > +	gpio_chip->base = -1;
-> +	gpio_chip->ngpio = ret = 0 ? args.args[2] : RZ_GPIOS_PER_PORT;
+> +	gpio_chip->ngpio = ret == 0 ? args.args[2] : RZ_GPIOS_PER_PORT;
 
 I've already asked this in reply to v2, shouldn't the gpio-ranges property be 
 mandatory ?
diff --git a/a/content_digest b/N1/content_digest
index 495a690..1810eae 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020131127081217.18407.70912.sendpatchset@w520\0"
  "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Subject\0Re: [PATCH v3] gpio: Renesas RZ GPIO driver V3\0"
- "Date\0Wed, 27 Nov 2013 11:11:02 +0000\0"
+ "Date\0Wed, 27 Nov 2013 12:11:02 +0100\0"
  "To\0Magnus Damm <magnus.damm@gmail.com>\0"
  "Cc\0linux-kernel@vger.kernel.org"
   linux-sh@vger.kernel.org
@@ -229,7 +229,7 @@
  "> +\t}\n"
  "> +\n"
  "> +\t/* If only 1 resource is available it must be PPR */\n"
- "> +\tif (nr = 1) {\n"
+ "> +\tif (nr == 1) {\n"
  "> +\t\tio[REG_PPR] = io[0];\n"
  "> +\t\tp->io[REG_PPR] = p->io[0];\n"
  "> +\t\tio[0] = NULL;\n"
@@ -249,7 +249,7 @@
  "> +\tgpio_chip->dev = &pdev->dev;\n"
  "> +\tgpio_chip->owner = THIS_MODULE;\n"
  "> +\tgpio_chip->base = -1;\n"
- "> +\tgpio_chip->ngpio = ret = 0 ? args.args[2] : RZ_GPIOS_PER_PORT;\n"
+ "> +\tgpio_chip->ngpio = ret == 0 ? args.args[2] : RZ_GPIOS_PER_PORT;\n"
  "\n"
  "I've already asked this in reply to v2, shouldn't the gpio-ranges property be \n"
  "mandatory ?\n"
@@ -311,4 +311,4 @@
  "\n"
  Laurent Pinchart
 
-6802e5e2a61b87788544a279fbfc0c2d3b0c2328e1b0735a214e04d02bcc6b52
+b19d4dbe9ea2538e68dc966da91bb796aeac2f691897b63fd73e4c7fc6e70b01

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.