diff for duplicates of <5594F4C4.2030700@ti.com> diff --git a/a/1.txt b/N1/1.txt index 84c2c6b..4f6341e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -314,7 +314,7 @@ Kishon > + /* USB0 optional GPIO power pin for external devices */ > + drv->channels->gpio_pwr = of_get_named_gpio_flags(dev->of_node, > + "renesas,pwr", 0, NULL); -> + if (drv->channels->gpio_pwr = -EPROBE_DEFER) +> + if (drv->channels->gpio_pwr == -EPROBE_DEFER) > + return -EPROBE_DEFER; > + > + if (gpio_is_valid(drv->channels->gpio_pwr)) { diff --git a/a/content_digest b/N1/content_digest index 8a97095..8e5cc99 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,14 +2,14 @@ "ref\01434984151-27274-3-git-send-email-phil.edworthy@renesas.com\0" "From\0Kishon Vijay Abraham I <kishon@ti.com>\0" "Subject\0Re: [PATCH 2/3] phy: rcar-gen2 usb: Add Host/Function switching for USB0\0" - "Date\0Thu, 02 Jul 2015 08:34:28 +0000\0" + "Date\0Thu, 2 Jul 2015 13:52:28 +0530\0" "To\0Phil Edworthy <phil.edworthy@renesas.com>" Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> " Simon Horman <horms@verge.net.au>\0" "Cc\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>" - linux-kernel@vger.kernel.org - linux-usb@vger.kernel.org - " linux-sh@vger.kernel.org\0" + <linux-kernel@vger.kernel.org> + <linux-usb@vger.kernel.org> + " <linux-sh@vger.kernel.org>\0" "\00:1\0" "b\0" "Hi,\n" @@ -328,7 +328,7 @@ "> +\t/* USB0 optional GPIO power pin for external devices */\n" "> +\tdrv->channels->gpio_pwr = of_get_named_gpio_flags(dev->of_node,\n" "> +\t\t\t\t\t\t\"renesas,pwr\", 0, NULL);\n" - "> +\tif (drv->channels->gpio_pwr = -EPROBE_DEFER)\n" + "> +\tif (drv->channels->gpio_pwr == -EPROBE_DEFER)\n" "> +\t\treturn -EPROBE_DEFER;\n" "> +\n" "> +\tif (gpio_is_valid(drv->channels->gpio_pwr)) {\n" @@ -405,4 +405,4 @@ "> \n" > -14239d91f570f467a2d3c71ed3acf318791b4645500b740c575c10c86c1b1f4d +72a4796deac7aab6507d2c20ee00b061bacbbfe4a0749aac3ac8338d95c663b0
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.