Guennadi Liakhovetski 4c62c595c2 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 <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-09-30 09:43:32 +09:00
..
2010-08-04 15:58:18 +09:00
2010-01-12 15:22:26 +09:00
2010-04-26 19:08:55 +09:00
2010-06-02 16:31:42 +09:00
2010-04-26 19:08:55 +09:00
2010-06-14 17:06:10 +09:00
2010-04-26 19:08:55 +09:00
2010-07-14 17:14:00 +10:00
2010-09-24 04:04:26 +09:00
2009-10-13 13:32:19 +09:00
2009-09-01 17:38:32 +09:00
2010-04-26 16:08:27 +09:00
2010-06-14 15:16:53 +09:00
2010-09-16 16:37:56 +09:00
2010-06-14 15:16:53 +09:00
2009-03-18 18:57:43 +09:00
2010-09-24 04:04:26 +09:00
2010-01-12 18:42:52 +09:00
2010-02-15 14:49:37 +09:00
2009-03-10 12:55:40 +09:00
2010-03-12 15:52:32 -08:00