[PATCH] clk: Properly initialize reference count
From: festevam@gmail.com (Fabio Estevam)
Date: 2013-10-31 20:03:09
From: festevam@gmail.com (Fabio Estevam)
Date: 2013-10-31 20:03:09
On Thu, Oct 31, 2013 at 10:02 AM, Thierry Reding [off-list ref] wrote:
Commit a336ed7 (clk: Implement clk_unregister()) initializes the kref in clk_set_parent(), which is obviously the wrong place. Further research shows that the original patches initialized it correctly, so it probably ended up in clk_set_parent() by mistake during manual application of the patch. Signed-off-by: Thierry Reding <redacted>
Tested-by: Fabio Estevam <redacted>