Re: [PATCH] tools lib traceevent: test correct variable after allocation

2012-12-25 Thread Namhyung Kim
Hi Sasha, On Fri, 21 Dec 2012 15:00:58 -0500, Sasha Levin wrote: > we've tested the wrong variable for allocation failure, fix it to > test the right one. > > Signed-off-by: Sasha Levin Acked-by: Namhyung Kim Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-k

[PATCH] tools lib traceevent: test correct variable after allocation

2012-12-21 Thread Sasha Levin
we've tested the wrong variable for allocation failure, fix it to test the right one. Signed-off-by: Sasha Levin --- tools/lib/traceevent/event-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/traceevent/event-parse.c b/tools/lib/traceevent/event-parse.c ind