]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
regulator: fixed: use of_property_read_{bool|u32}()
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sun, 25 May 2014 19:50:39 +0000 (23:50 +0400)
committerMark Brown <broonie@linaro.org>
Mon, 26 May 2014 15:19:36 +0000 (16:19 +0100)
commit4127f696f9641afac8b8a05b9dd3dae48d384e08
treecc89d3a5f95f1c0ec3afe0f3cad675c103b5682c
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5
regulator: fixed: use of_property_read_{bool|u32}()

Use more compact of_property_read_{bool|u32}() calls instead of the
of_{find|get}_property() calls.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/fixed.c