From: Arnaldo Carvalho de Melo Date: Thu, 24 Jan 2013 18:18:54 +0000 (-0300) Subject: perf tools: Remove some needless die() calls from the main routine X-Git-Tag: v3.9-rc1~173^2~13^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a16bf8c1333aa5107ce6474c4df9988d62b41d3;p=pandora-kernel.git perf tools: Remove some needless die() calls from the main routine Some would just call exit() anyway right after calling die() and the main routine doesn't have to call it, just return the exit value. Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-nzq0sdur6oq6lgkt2ipf4o8s@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed