From: Cody P Schafer Date: Thu, 23 Jan 2014 23:56:14 +0000 (-0800) Subject: arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solution... X-Git-Tag: v3.14-rc1~108^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e376ed7c85fe102ff63db2eb8a0c5595f68151fa;p=pandora-kernel.git arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solution using repeated rb_erase() Use rbtree_postorder_for_each_entry_safe() to destroy the rbtree instead of using repeated rb_erase() calls Signed-off-by: Cody P Schafer Cc: Michel Lespinasse Cc: Jan Kara Cc: Paul Mundt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed