clk: core: Copy connection id
authorLeonard Crestez <leonard.crestez@nxp.com>
Mon, 20 Feb 2017 13:20:56 +0000 (15:20 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 7 Mar 2017 13:19:20 +0000 (05:19 -0800)
commit253160a8ad06bcc1c1db16a58b1f06d5128f6c5e
treee069d6c9cf9e16cd4ff831912764f8d08a0422d0
parentcda82ace3d4eff6a38f00a65db435fe35a3916f0
clk: core: Copy connection id

Some drivers use sprintf to build clk connection id names but the clk
core will save those strings and occasionally print them back. Duplicate
the con_id strings instead of fixing all the users.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c