Thread (27 messages) flat view 27 messages, 5 authors, 2012-03-09

[PATCH 2/4] mmc: omap_hsmmc: Use gpio_find_by_chip_name() for omap_hsmmc_gpio_init()

From: tony@atomide.com (Tony Lindgren)
Date: 2012-03-02 17:08:35
Also in: linux-mmc, linux-omap, lkml

* Rajendra Nayak [off-list ref] [120301 22:54]:
On Friday 02 March 2012 12:25 AM, Tony Lindgren wrote:
quoted
+		if (slot->gpiochip_cd) {
+			pr_warning("MMC %s card detect GPIO chip %s unavailable\n",
+				slot->name, slot->gpiochip_cd);
+			ret = -ENODEV;
+			goto err_free_sp;
This should just return -ENODEV, nothing really to free here.
Thanks, will correct.
 
quoted
@@ -2093,8 +2123,7 @@ err1:
 	platform_set_drvdata(pdev, NULL);
 	mmc_free_host(mmc);
 err_alloc:
-	omap_hsmmc_gpio_free(pdata);
-err:
+	omap_hsmmc_gpio_free(host);
This error handling needs to be fixed up. In case
omap_hsmmc_gpio_init() fails, which already frees up
any requested gpios, omap_hsmmc_gpio_free() again tries
freeing gpios.
Hmm that sounds like a separate patch that should be a fixed
before this series?

Regards,

Tony
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help