On Fri, Feb 26, 2016 at 12:13:10AM +0900, Taeung Song wrote: > script_spec_register() called two functions > script_spec__find() and script_spec__findnew(). > But script_spec__find() was called two times. > > So remove script_spec__findnew() and make > script_spec_register() only call once script_spec__find(). > > Cc: Jiri Olsa <[email protected]> > Signed-off-by: Taeung Song <[email protected]>
Acked-by: Jiri Olsa <[email protected]> thanks, jirka

