public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Check gpio_fck not gpio_ick.
@ 2006-06-13 11:20 Komal Shah
  2006-08-11 10:14 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Komal Shah @ 2006-06-13 11:20 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 79 bytes --]


-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free


[-- Attachment #2: 0001-ARM-OMAP-Check-gpio_fck-not-gpio_ick.patch --]
[-- Type: application/octet-stream, Size: 802 bytes --]

From nobody Mon Sep 17 00:00:00 2001
From: Komal Shah <komal_shah802003@yahoo.com>
Date: Tue, 13 Jun 2006 22:18:29 +0530
Subject: [PATCH] ARM: OMAP: Check gpio_fck not gpio_ick.

Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>

---

 arch/arm/plat-omap/gpio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

60ca0834d27a3b138e65d1607a3fdac61acd133f
diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c
index e75a2ca..fdda5b9 100644
--- a/arch/arm/plat-omap/gpio.c
+++ b/arch/arm/plat-omap/gpio.c
@@ -983,7 +983,7 @@ static int __init _omap_gpio_init(void)
 		else
 			clk_enable(gpio_ick);
 		gpio_fck = clk_get(NULL, "gpios_fck");
-		if (IS_ERR(gpio_ick))
+		if (IS_ERR(gpio_fck))
 			printk("Could not get gpios_fck\n");
 		else
 			clk_enable(gpio_fck);
-- 
1.3.3


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



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

* Re: [PATCH] ARM: OMAP: Check gpio_fck not gpio_ick.
  2006-06-13 11:20 [PATCH] ARM: OMAP: Check gpio_fck not gpio_ick Komal Shah
@ 2006-08-11 10:14 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2006-08-11 10:14 UTC (permalink / raw)
  To: Komal Shah; +Cc: linux-omap-open-source

* Komal Shah <komal_shah802003@yahoo.com> [060613 14:22]:

> --- a/arch/arm/plat-omap/gpio.c
> +++ b/arch/arm/plat-omap/gpio.c
> @@ -983,7 +983,7 @@ static int __init _omap_gpio_init(void)
>  		else
>  			clk_enable(gpio_ick);
>  		gpio_fck = clk_get(NULL, "gpios_fck");
> -		if (IS_ERR(gpio_ick))
> +		if (IS_ERR(gpio_fck))
>  			printk("Could not get gpios_fck\n");
>  		else
>  			clk_enable(gpio_fck);

Pushing today.

Tony

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

end of thread, other threads:[~2006-08-11 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-13 11:20 [PATCH] ARM: OMAP: Check gpio_fck not gpio_ick Komal Shah
2006-08-11 10:14 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox