From: Mark Brown Date: Wed, 19 Sep 2012 11:43:21 +0000 (+0100) Subject: ARM: 7537/1: clk: Fix release in devm_clk_put() X-Git-Tag: v3.6-rc7~7^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20332ff376995daa08dcee2a193555800f17514b;p=pandora-kernel.git ARM: 7537/1: clk: Fix release in devm_clk_put() Surprisingly devres_destroy() doesn't call the destructor for the resource it is destroying, use the newly added devres_release() instead to fix this. Signed-off-by: Mark Brown Signed-off-by: Russell King --- Reading git-diff-tree failed