All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap_hsmmc: Add missing probe handler hook to platform driver data
@ 2009-10-01 14:39 Roger Quadros
  2009-10-01 20:08 ` [APPLIED] [PATCH] omap_hsmmc: Add missing probe handler hook to platform Tony Lindgren
       [not found] ` <200910011758.35779.rok@kanardia.eu>
  0 siblings, 2 replies; 3+ messages in thread
From: Roger Quadros @ 2009-10-01 14:39 UTC (permalink / raw)
  To: madhu.cr; +Cc: linux-omap, ext-roger.quadros

The missing probe handler hook will never probe the driver. Add it back.
Fixes broken MMC on OMAP.

Signed-off-by: Roger Quadros <ext-roger.quadros@nokia.com>
---
 drivers/mmc/host/omap_hsmmc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index 4487cc0..26abe1e 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -2001,6 +2001,7 @@ clk_en_err:
 #endif
 
 static struct platform_driver omap_hsmmc_driver = {
+	.probe		= omap_hsmmc_probe,
 	.remove		= omap_hsmmc_remove,
 	.suspend	= omap_hsmmc_suspend,
 	.resume		= omap_hsmmc_resume,
-- 
1.6.0.4


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

end of thread, other threads:[~2009-10-02 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-01 14:39 [PATCH] omap_hsmmc: Add missing probe handler hook to platform driver data Roger Quadros
2009-10-01 20:08 ` [APPLIED] [PATCH] omap_hsmmc: Add missing probe handler hook to platform Tony Lindgren
     [not found] ` <200910011758.35779.rok@kanardia.eu>
2009-10-02 11:47   ` [PATCH] omap_hsmmc: Add missing probe handler hook to platform driver data Roger Quadros

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.