From 23ce04c0734e33b1042273b0ed11a8e4f7f988ca Mon Sep 17 00:00:00 2001 From: Grant Likely Date: Tue, 12 Feb 2013 21:21:49 +0000 Subject: [PATCH] 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-format-patch failed