Hi Michal,
> On 12 May 2023, at 3:35 pm, Michal Orzel wrote:
>
> This function does not modify its parameter 'dev' and it is not supposed
> to do it. Therefore, constify it.
>
> Signed-off-by: Michal Orzel
Reviewed-by: Rahul Singh
Regards,
Rahul
Hi Michal,
> -Original Message-
> Subject: [PATCH 1/2] xen/arm: smmuv3: Constify arm_smmu_get_by_dev()
> parameter
>
> This function does not modify its parameter 'dev' and it is not supposed
> to do it. Therefore, constify it.
>
> Signed-off-by: Mich
On 12/05/2023 15:35, Michal Orzel wrote:
This function does not modify its parameter 'dev' and it is not supposed
to do it. Therefore, constify it.
Signed-off-by: Michal Orzel
Reviewed-by: Ayan Kumar Halder
This function does not modify its parameter 'dev' and it is not supposed
to do it. Therefore, constify it.
Signed-off-by: Michal Orzel
---
xen/drivers/passthrough/arm/smmu-v3.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xen/drivers/passthrough/arm/smmu-v3.c
b/xen/dr