commit | 94e397b3890b1773760a9d29681ebf089b5492c8 | [log] [tgz] |
---|---|---|
author | Michael Bohan <mbohan@codeaurora.org> | Wed Apr 25 15:21:55 2012 -0700 |
committer | Michael Bohan <mbohan@codeaurora.org> | Tue May 01 18:03:34 2012 -0700 |
tree | d8606ce80e732d019a58652670da6441f29892aa | |
parent | fdcbed279f4335d18383bf0bdce154af45a47a39 [diff] |
gpio: qpnp-gpio: switch all dt property calls to of_property_read_u32 of_get_property() requires extra local variables and handling. Switch to of_property_read_u32() since it simplifies the code and is functionally equivalent. Change-Id: If6d6d34ea3df8fb4135058d9a268ce8025a7fb03 Signed-off-by: Michael Bohan <mbohan@codeaurora.org>