From: Axel Lin Date: Tue, 12 Mar 2013 15:40:19 +0000 (+0800) Subject: regulator: palmas: Use of_property_read_bool to read "ti,warm-reset" DT property X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~131^2~8^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f2146f6c22716838ffafd054391826341874f9;p=pandora-kernel.git regulator: palmas: Use of_property_read_bool to read "ti,warm-reset" DT property It does not make sense to assign return value of of_property_read_u32() to pdata->reg_init[idx]->warm_reset. Use of_property_read_bool() to read "ti,warm-reset" DT property instead which will return correct setting for pdata->reg_init[idx]->warm_reset. Signed-off-by: Axel Lin Acked-by: Graeme Gregory Signed-off-by: Mark Brown --- Reading git-diff-tree failed