From: Arnaldo Carvalho de Melo Date: Wed, 19 May 2010 01:57:27 +0000 (-0300) Subject: perf probe: Don't call die() X-Git-Tag: v2.6.35-rc1~30^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7ddad8e756a72906851fdd5a6e149cbb056e0d;p=pandora-kernel.git perf probe: Don't call die() Functions that were calling xzalloc also returned -1 when, for other reasons, it could fail, and the calleds are coping with failures, so stop using die() and xzalloc(). Cc: Frédéric Weisbecker Cc: Masami Hiramatsu Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed