]> 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)
commita7abfbab042949d4b28801f19c8c44616c5909dc
treee069d6c9cf9e16cd4ff831912764f8d08a0422d0
parent2c25756cd2538a678535973cdb380376a07f70ee
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