From: Charles Keepax Date: Tue, 15 Apr 2014 12:34:36 +0000 (+0100) Subject: regulator: core: Use devres for releasing of_regulator_match of_nodes X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~28^2~3^6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b3fde808ed287ad23c4549733fb3e3be785114;p=pandora-kernel.git regulator: core: Use devres for releasing of_regulator_match of_nodes Rather than requiring individual drivers to put the of_nodes returned from of_regulator_match use devres to put them. This also has the benefit it makes the life-time of the of_nodes match the lifetime of the init data also contained in the of_regulator_match structure, which seems more consistent. Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed