public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: "Komal Shah" <komal_shah802003@yahoo.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH] ARM: OMAP: Check gpio_fck not gpio_ick.
Date: Tue, 13 Jun 2006 04:20:15 -0700	[thread overview]
Message-ID: <1150197615.26712.263694540@webmail.messagingengine.com> (raw)

[-- 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 --]



             reply	other threads:[~2006-06-13 11:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-13 11:20 Komal Shah [this message]
2006-08-11 10:14 ` [PATCH] ARM: OMAP: Check gpio_fck not gpio_ick Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1150197615.26712.263694540@webmail.messagingengine.com \
    --to=komal_shah802003@yahoo.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox