]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit759b0a3a108f1f71dc8c746295a9e6ff0d8e2936
treee069d6c9cf9e16cd4ff831912764f8d08a0422d0
parentd72ff003b484ba41f4dd46780df7459cc1e3c829
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