Loading drivers/char/adsprpc.c +1 −1 Original line number Diff line number Diff line Loading @@ -2792,7 +2792,7 @@ static int fastrpc_cb_probe(struct device *dev) start = 0x60000000; VERIFY(err, !IS_ERR_OR_NULL(sess->smmu.mapping = arm_iommu_create_mapping(&platform_bus_type, start, 0x7fffffff))); start, 0x70000000))); if (err) goto bail; iommu_set_fault_handler(sess->smmu.mapping->domain, Loading Loading
drivers/char/adsprpc.c +1 −1 Original line number Diff line number Diff line Loading @@ -2792,7 +2792,7 @@ static int fastrpc_cb_probe(struct device *dev) start = 0x60000000; VERIFY(err, !IS_ERR_OR_NULL(sess->smmu.mapping = arm_iommu_create_mapping(&platform_bus_type, start, 0x7fffffff))); start, 0x70000000))); if (err) goto bail; iommu_set_fault_handler(sess->smmu.mapping->domain, Loading