commit | 7b554088d56e9df3ee5dff8989b44903965bad95 | [log] [tgz] |
---|---|---|
author | Vaishali Thakkar <vthakkar1994@gmail.com> | Tue Aug 18 08:58:40 2015 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Sep 01 13:55:32 2015 +0300 |
tree | d7fd9ff4f6b41ddc4d5361e1b51e48acd6709a35 | |
parent | c4e6774de19f4638bb887a47a58ee21d6809360b [diff] |
video: fbdev: pxa168fb: Use devm_clk_get This patch introduces the use of managed resource function devm_clk_get instead of clk_get and removes corresponding calls to clk_put in the probe and remove functions. To be compatible with the change various gotos are replaced with direct returns, and unneeded label failed_put_clk is dropped. Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>