Re: [PATCH v2 13/13] iommu/arm-smmu-qcom: Sort the compatible list alphabetically

2023-04-20 Thread Dmitry Baryshkov
On 21/04/2023 01:31, Konrad Dybcio wrote: It got broken at some point, fix it up. Signed-off-by: Konrad Dybcio --- drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) This should probably come before patches 11 and 12. diff --git a/driver

[PATCH v2 13/13] iommu/arm-smmu-qcom: Sort the compatible list alphabetically

2023-04-20 Thread Konrad Dybcio
It got broken at some point, fix it up. Signed-off-by: Konrad Dybcio --- drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c index 2daaa600ac75.