diff for duplicates of <20131127081217.18407.70912.sendpatchset@w520> diff --git a/a/1.txt b/N1/1.txt index 22a2560..16a2b3b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -198,7 +198,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se> + } + + /* 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; @@ -218,7 +218,7 @@ Signed-off-by: Magnus Damm <damm@opensource.se> + 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; + + ret = gpiochip_add(gpio_chip); + if (ret) { diff --git a/a/content_digest b/N1/content_digest index 5b676ea..155074b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Magnus Damm <magnus.damm@gmail.com>\0" "Subject\0[PATCH v3] gpio: Renesas RZ GPIO driver V3\0" - "Date\0Wed, 27 Nov 2013 08:12:17 +0000\0" + "Date\0Wed, 27 Nov 2013 17:12:17 +0900\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-sh@vger.kernel.org" linus.walleij@linaro.org @@ -210,7 +210,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" @@ -230,7 +230,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" "+\tret = gpiochip_add(gpio_chip);\n" "+\tif (ret) {\n" @@ -281,4 +281,4 @@ "+MODULE_DESCRIPTION(\"Renesas RZ Port GPIO Driver\");\n" "+MODULE_LICENSE(\"GPL v2\");" -9aba3c3a252ef311f064b2c84d99ff329925834fb2599bc623244b20c5c6a30a +923a2f6e5f431cf5d84e47aa49a4a169eff33f9ec7ced69adc7bafe6e005bded
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.