Message ID | 1270656268-7034-10-git-send-email-felipe.balbi@nokia.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Tony Lindgren |
Headers | show |
diff --git a/drivers/cbus/cbus.c b/drivers/cbus/cbus.c index 06ab81f..c219d54 100644 --- a/drivers/cbus/cbus.c +++ b/drivers/cbus/cbus.c @@ -198,6 +198,7 @@ static void __exit cbus_bus_remove(struct platform_device *pdev) { struct cbus_host *chost = platform_get_drvdata(pdev); + gpio_free(chost->sel_gpio); gpio_free(chost->dat_gpio); gpio_free(chost->clk_gpio);