4 Jul
2016
4 Jul
'16
1:58 a.m.
Hi Mark
Oops, of_clk_get() doesn't have devm_of_clk_get() ?
Perhaps add it?
(and no of_clk_put() ... ) I will keep above as-is in v3. We can fix it incrementally (?)
You can just use regular clk_put() with of_clk_get().
Ohh.. OK, but can I do it in additional patch ? Because main purpose of this patch is cleanup by using util.c, not adding new feature. Maybe it can be 0001 add devm_of_clk_get() 0002 use devm_of_clk_get() on simple-card-utils.c