[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1368942331.3455.2.camel@phoenix>
Date: Sun, 19 May 2013 13:45:31 +0800
From: Axel Lin <axel.lin@...ics.com>
To: Thierry Reding <thierry.reding@...onic-design.de>
Cc: Laurent Pinchart <laurent.pinchart+renesas@...asonboard.com>,
Simon Horman <horms+renesas@...ge.net.au>,
linux-kernel@...r.kernel.org
Subject: [PATCH] pwm: renesas-tpu: Add missing pwmchip_remove() call in
tpu_remove()
Signed-off-by: Axel Lin <axel.lin@...ics.com>
---
drivers/pwm/pwm-renesas-tpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pwm/pwm-renesas-tpu.c b/drivers/pwm/pwm-renesas-tpu.c
index 8e6d8d7..351addd 100644
--- a/drivers/pwm/pwm-renesas-tpu.c
+++ b/drivers/pwm/pwm-renesas-tpu.c
@@ -444,7 +444,7 @@ static int tpu_remove(struct platform_device *pdev)
pm_runtime_disable(&pdev->dev);
- return 0;
+ return pwmchip_remove(&tpu->chip);
}
static struct platform_driver tpu_driver = {
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists