Quoting Stephen Boyd (2015-01-19 11:44:35)
> On 01/19/2015 01:57 AM, Srinivas Kandagatla wrote:
> > Some of the clks can be registered & unregistered before the clk related
> > debugfs
> > entries are initialized at late_initcall. In the unregister path checking
> > for only
> > dentry before clk
On 01/19/2015 01:57 AM, Srinivas Kandagatla wrote:
> Some of the clks can be registered & unregistered before the clk related
> debugfs
> entries are initialized at late_initcall. In the unregister path checking for
> only
> dentry before clk_debug_init() would lead dangling pointers in the debug
Some of the clks can be registered & unregistered before the clk related debugfs
entries are initialized at late_initcall. In the unregister path checking for
only
dentry before clk_debug_init() would lead dangling pointers in the debug clk
list,
because the list is already populated in register
3 matches
Mail list logo