From: Suzuki K. Poulose Date: Fri, 31 Aug 2012 06:58:47 +0000 (+0530) Subject: perf tools: Fix intlist node removal X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~97^2~13^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60ebf328762914b80d3e4e5f07bda599043c8eda;p=pandora-kernel.git perf tools: Fix intlist node removal Similar to the one in : https://lkml.org/lkml/2012/8/29/27 Make sure we remove the node from the rblist before we delete the node. The rblist__remove_node() will invoke rblist->node_delete, which will take care of deleting the node with the suitable function provided by the user. Signed-off-by: Suzuki K Poulose Acked-by: David Ahern Cc: David Ahern Cc: Suzuki K Poulose Link: http://lkml.kernel.org/r/20120831065840.5167.90318.stgit@suzukikp.in.ibm.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed