diff options
author | Will Deacon <[email protected]> | 2017-03-01 21:11:29 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2017-04-06 16:06:43 +0100 |
commit | 67560edcd8e5c57eccec4df562abbfc21c17ad75 (patch) | |
tree | 6efa3bfb9db05e24c7ddeef5c0346e414c451ccc /scripts/gdb/linux/proc.py | |
parent | 61bc671179f19060be883068b6d3d82ae0b24bc0 (diff) |
iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
arm_smmu_install_ste_for_dev cannot fail and always returns 0, however
the fact that it returns int means that callers end up implementing
redundant error handling code which complicates STE tracking and is
never executed.
This patch changes the return type of arm_smmu_install_ste_for_dev
to void, to make it explicit that it cannot fail.
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions