]> 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)
commitb36987ed4052c4358312c3c25a11c89bba355861
tree4b699fc90d3507f1aa016e591d9421a0a708a7f5
parent65d8d1dab2d44478e64863d874c4d2e062993e3a
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