Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19e3eb93 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu: iommu-debug: Return an error value on invalid data format" into msm-4.8

parents 5db5fe25 5a5e3ff6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1798,7 +1798,7 @@ static ssize_t iommu_debug_unmap_write(struct file *file,

invalid_format:
	pr_err("Invalid format. Expected: iova,len\n");
	return retval;
	return -EINVAL;
}

static const struct file_operations iommu_debug_unmap_fops = {