Loading
iommu/arm-smmu-v3: fix using uninitialized or unchecked symbol
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9EEIG -------------------------------------- In arm_smmu_ecmdq_probe(), the parameter pre_addr is used in the loop but it is not initialed yet. Also, the parameter "ecmdq" is used before check if it is NULL. Signed-off-by:Zhang Zekun <zhangzekun11@huawei.com>