From: Guennadi Liakhovetski Date: Fri, 17 Sep 2010 09:25:10 +0000 (+0000) Subject: sh: fix a kfree address in clkdev code X-Git-Tag: v2.6.37-rc1~136^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c62c595c2a23fb36a0b901b550115370047a137;p=pandora-kernel.git sh: fix a kfree address in clkdev code kfree() in clkdev_drop() function should actually be called with an address of a struct clk_lookup_alloc object, and not struct clk_lookup, as presently done. This just happens to work, because "struct clk_lookup cl" is the first member in struct clk_lookup_alloc. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Paul Mundt --- Reading git-diff-tree failed