From: Tony Lindgren <tony@atomide.com>
To: Komal Shah <komal_shah802003@yahoo.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: Check gpio_fck not gpio_ick.
Date: Fri, 11 Aug 2006 13:14:10 +0300 [thread overview]
Message-ID: <20060811101409.GI6720@atomide.com> (raw)
In-Reply-To: <1150197615.26712.263694540@webmail.messagingengine.com>
* 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
prev parent reply other threads:[~2006-08-11 10:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-13 11:20 [PATCH] ARM: OMAP: Check gpio_fck not gpio_ick Komal Shah
2006-08-11 10:14 ` Tony Lindgren [this message]
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=20060811101409.GI6720@atomide.com \
--to=tony@atomide.com \
--cc=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