summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMitchel Humpherys <mitchelh@codeaurora.org>2015-10-19 17:13:47 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:14:24 -0700
commit8d42b78c4c69e5fd188f4bcc5d35fa3973a5f665 (patch)
tree00c39c624ee3bff00c64ed7247666822637ddb13 /include/linux
parent80d68924c298d159fb3a91cb566fd47fc678436e (diff)
iommu/arm-smmu: Don't ignore clock/regulator API errors
The clock and regulator APIs can fail, but we're ignoring their return values. This results in strange code paths where we misuse the API (e.g. we enable clocks after a failed prepare, which makes the clock driver yell). Fix this by checking all return values and propagating the errors up to clients as needed. CRs-Fixed: 924600 Change-Id: Ib6cb3afac1f5472f3a5abb5c251765344fe1a7a9 Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions