From: David Ahern Date: Wed, 11 Dec 2013 04:35:38 +0000 (-0700) Subject: perf tools: Fix inverted error verification bug in thread__fork X-Git-Tag: v3.14-rc1~171^2~12^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d00be815c05ed0f0202f606bab4e54f98fd3b30;p=pandora-kernel.git perf tools: Fix inverted error verification bug in thread__fork Commit 1902efe7f for the new comm infra added the wrong check for return code on thread__set_comm. err == 0 is normal, so don't return at that point unless err != 0. Signed-off-by: David Ahern Cc: Frederic Weisbecker Link: http://lkml.kernel.org/r/1386736538-23525-1-git-send-email-dsahern@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed