From: Sergei Shtylyov Date: Mon, 26 May 2014 20:27:19 +0000 (+0400) Subject: regulator: use of_property_read_{bool|u32}() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~28^2~3^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e050eabb622ca60640e4714b01cb3caa29505f0;p=pandora-kernel.git regulator: use of_property_read_{bool|u32}() Use more compact of_property_read_{bool|u32}() calls instead of the of_{find|get}_property() calls in of_get_regulation_constraints() where possible (note that of_property_read_{bool|u32}() were already used to read some properties). Signed-off-by: Sergei Shtylyov Signed-off-by: Mark Brown --- Reading git-diff-tree failed