On 02/26/2016 04:16 AM, Arnaldo Carvalho de Melo wrote:
Em Thu, Feb 25, 2016 at 08:02:22PM +0100, Jiri Olsa escreveu:
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]>
Looks good, applied.
Thanks,
- Arnaldo
Thank you!!
Taeung