]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macro
authorWill Deacon <will@kernel.org>
Tue, 2 Jul 2019 16:15:50 +0000 (17:15 +0100)
committerWill Deacon <will@kernel.org>
Mon, 29 Jul 2019 16:30:20 +0000 (17:30 +0100)
commit609fe487cd3a4eecb806db9409b54ee431cca507
tree4b699fc90d3507f1aa016e591d9421a0a708a7f5
parent1379ff1d6c4ac31926ee78afab515866789d4779
iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macro

The Q_OVF macro doesn't need to access the arm_smmu_queue structure, so
drop the unused macro argument.

No functional change.

Tested-by: Ganapatrao Kulkarni <gkulkarni@marvell.com>
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm-smmu-v3.c