On Tue, 01 Aug 2023 17:48:07 +0800, Chen Jiahao wrote: > This patch fixes the following sparse error: > > drivers/soc/qcom/smem.c:738:30: error: incompatible types in comparison expression (different add ress spaces): > drivers/soc/qcom/smem.c:738:30: void * > drivers/soc/qcom/smem.c:738:30: void [noderef] __iomem * > > In addr_in_range(), "base" is of type void __iomem *, converting > void *addr to the same type to fix above sparse error. > > [...] Applied, thanks! [1/1] soc: qcom: smem: Fix incompatible types in comparison commit: 5f908786cf44fcb397cfe0f322ef2f41b0909e2a Best regards, -- Bjorn Andersson <andersson@xxxxxxxxxx>