* [PATCH 1/1] mmc: omap_hsmmc: remove warning message for debounce clock
@ 2012-10-25 15:58 Balaji T K
2012-10-25 16:12 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Balaji T K @ 2012-10-25 15:58 UTC (permalink / raw)
To: linux-mmc, cjb; +Cc: linux-omap, svenkatr, Balaji T K
MMC debounce clock is applicable only for omap2430, warning message gets
printed when enable fails for debounce clock. Remove the get debounce clock
failure message as it is noisy for other platforms.
Signed-off-by: Balaji T K <balajitk@ti.com>
Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
---
drivers/mmc/host/omap_hsmmc.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index 54bfd0c..9a4ef4d 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -1816,7 +1816,6 @@ static int __devinit omap_hsmmc_probe(struct platform_device *pdev)
* MMC can still work without debounce clock.
*/
if (IS_ERR(host->dbclk)) {
- dev_warn(mmc_dev(host->mmc), "Failed to get debounce clk\n");
host->dbclk = NULL;
} else if (clk_prepare_enable(host->dbclk) != 0) {
dev_warn(mmc_dev(host->mmc), "Failed to enable debounce clk\n");
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] mmc: omap_hsmmc: remove warning message for debounce clock
2012-10-25 15:58 [PATCH 1/1] mmc: omap_hsmmc: remove warning message for debounce clock Balaji T K
@ 2012-10-25 16:12 ` Tony Lindgren
2012-10-29 21:26 ` Chris Ball
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2012-10-25 16:12 UTC (permalink / raw)
To: Balaji T K; +Cc: linux-mmc, cjb, linux-omap, svenkatr
* Balaji T K <balajitk@ti.com> [121025 09:00]:
> MMC debounce clock is applicable only for omap2430, warning message gets
> printed when enable fails for debounce clock. Remove the get debounce clock
> failure message as it is noisy for other platforms.
>
> Signed-off-by: Balaji T K <balajitk@ti.com>
> Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
This would be good to get in during the -rc cycle if possible to remove
the bogus warnings on non-2430 omaps. But since it's been there for a
long time, we can wait too if needed.
Acked-by: Tony Lindgren <tony@atomide.com>
> ---
> drivers/mmc/host/omap_hsmmc.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
> index 54bfd0c..9a4ef4d 100644
> --- a/drivers/mmc/host/omap_hsmmc.c
> +++ b/drivers/mmc/host/omap_hsmmc.c
> @@ -1816,7 +1816,6 @@ static int __devinit omap_hsmmc_probe(struct platform_device *pdev)
> * MMC can still work without debounce clock.
> */
> if (IS_ERR(host->dbclk)) {
> - dev_warn(mmc_dev(host->mmc), "Failed to get debounce clk\n");
> host->dbclk = NULL;
> } else if (clk_prepare_enable(host->dbclk) != 0) {
> dev_warn(mmc_dev(host->mmc), "Failed to enable debounce clk\n");
> --
> 1.7.5.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] mmc: omap_hsmmc: remove warning message for debounce clock
2012-10-25 16:12 ` Tony Lindgren
@ 2012-10-29 21:26 ` Chris Ball
0 siblings, 0 replies; 3+ messages in thread
From: Chris Ball @ 2012-10-29 21:26 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Balaji T K, linux-mmc, linux-omap, svenkatr
Hi,
On Thu, Oct 25 2012, Tony Lindgren wrote:
> * Balaji T K <balajitk@ti.com> [121025 09:00]:
>> MMC debounce clock is applicable only for omap2430, warning message gets
>> printed when enable fails for debounce clock. Remove the get debounce clock
>> failure message as it is noisy for other platforms.
>>
>> Signed-off-by: Balaji T K <balajitk@ti.com>
>> Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
>
> This would be good to get in during the -rc cycle if possible to remove
> the bogus warnings on non-2430 omaps. But since it's been there for a
> long time, we can wait too if needed.
>
> Acked-by: Tony Lindgren <tony@atomide.com>
Thanks; pushed to mmc-next, I'll send it for 3.7.
- Chris.
--
Chris Ball <cjb@laptop.org> <http://printf.net/>
One Laptop Per Child
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-29 21:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 15:58 [PATCH 1/1] mmc: omap_hsmmc: remove warning message for debounce clock Balaji T K
2012-10-25 16:12 ` Tony Lindgren
2012-10-29 21:26 ` Chris Ball
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).