iommu: qcom-smmu: fix debugging
The priv struct was wrong in dump_boot_mappings(). Causing errors when compiling with -DDEBUG. Fix this. Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> Link: https://lore.kernel.org/r/20240320-b4-qcom-usb-v4-5-41be480172e1@linaro.org Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:

committed by
Mattijs Korpershoek

parent
304fa0aa44
commit
42839c0fdf
@@ -319,7 +319,7 @@ static int qcom_smmu_connect(struct udevice *dev)
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
static inline void dump_boot_mappings(struct arm_smmu_priv *priv)
|
||||
static inline void dump_boot_mappings(struct qcom_smmu_priv *priv)
|
||||
{
|
||||
u32 val;
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user