linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] gpio: gpiolib: fix identation
@ 2015-09-24  7:14 Olliver Schinagl
  2015-09-24  7:17 ` Alexandre Courbot
  0 siblings, 1 reply; 3+ messages in thread
From: Olliver Schinagl @ 2015-09-24  7:14 UTC (permalink / raw)
  To: Linus Walleij, Alexandre Courbot, Mika Westerberg
  Cc: linux-gpio, linux-kernel, Olliver Schinagl

From: Olliver Schinagl <oliver@schinagl.nl>

Just a very small cosmetical indentation fix, no code changes

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
---
 drivers/gpio/gpiolib.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
index 980c1f8..5ef9ac2 100644
--- a/drivers/gpio/gpiolib.c
+++ b/drivers/gpio/gpiolib.c
@@ -1746,6 +1746,8 @@ static struct gpio_desc *acpi_find_gpio(struct device *dev, const char *con_id,
 		if (con_id && strcmp(con_id, "gpios")) {
 			snprintf(propname, sizeof(propname), "%s-%s",
 				 con_id, gpio_suffixes[i]);
+			if (!IS_ERR(desc) || (PTR_ERR(desc) == -EPROBE_DEFER))
+				break;
 		} else {
 			snprintf(propname, sizeof(propname), "%s",
 				 gpio_suffixes[i]);
-- 
2.5.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-24  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24  7:14 [PATCH 1/1] gpio: gpiolib: fix identation Olliver Schinagl
2015-09-24  7:17 ` Alexandre Courbot
2015-09-24  7:39   ` Olliver Schinagl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).