From f23b24f1bf90b56cfaeb2a1c9b77c46efe8916a6 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Tue, 17 Dec 2013 09:02:36 +0900 Subject: [PATCH] tools lib traceevent: Get rid of die() in some string conversion functions Those functions stringify filter arguments. As caller of those functions handles NULL string properly, it seems that it's enough to return NULL rather than calling die(). Signed-off-by: Namhyung Kim Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Steven Rostedt Link: http://lkml.kernel.org/r/878uvkgx9f.fsf@sejong.aot.lge.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-format-patch failed