From: Grant Likely Date: Tue, 12 Feb 2013 21:21:49 +0000 (+0000) Subject: of/base: Clean up exit paths for of_parse_phandle_with_args() X-Git-Tag: v3.9-rc1~147^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ce04c0734e33b1042273b0ed11a8e4f7f988ca;p=pandora-kernel.git of/base: Clean up exit paths for of_parse_phandle_with_args() Some of the exit paths were not correctly releasing the node. Fix it by creating an 'err' label for collecting the error paths and releasing the node. Cc: Rob Herring Signed-off-by: Grant Likely --- Reading git-diff-tree failed