From: Namhyung Kim Date: Mon, 11 Jun 2012 06:28:53 +0000 (+0900) Subject: tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event() X-Git-Tag: v3.6-rc1~167^2~7^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d8f9e393c5a1a8864fda75e3a9f2b800497a61;p=pandora-kernel.git tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event() Because the only caller of the alloc_event() (pevent_parse_event) checks return value properly, it can be changed to use plain malloc. Signed-off-by: Namhyung Kim Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Steven Rostedt Link: http://lkml.kernel.org/r/1339396133-9839-1-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed