clk: ti: dra7-atl-clock: fix a memory leak
authorTero Kristo <t-kristo@ti.com>
Fri, 12 Sep 2014 13:39:07 +0000 (16:39 +0300)
committerTero Kristo <t-kristo@ti.com>
Mon, 29 Sep 2014 08:51:13 +0000 (11:51 +0300)
of_clk_add_provider makes an internal copy of the parent_names property
while its called, thus it is no longer needed after this call and can
be freed.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

No differences found