ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Mon, 22 Jul 2019 16:25:48 +0000 (17:25 +0100)
committerWill Deacon <will@kernel.org>
Tue, 23 Jul 2019 14:45:46 +0000 (15:45 +0100)
commit5a46d3f71d5e5a9f82eabc682f996f1281705ac7
tree64e1eb9b92464aa977c51c23fa6549f5439f39d6
parent40ca0ce56d4bb889dc43b455c55398468115569a
ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()

Static analysis identified that index comparison against ITS entries in
iort_dev_find_its_id() is off by one.

Update the comparison condition and clarify the resulting error
message.

Fixes: 4bf2efd26d76 ("ACPI: Add new IORT functions to support MSI domain handling")
Link: https://lore.kernel.org/linux-arm-kernel/20190613065410.GB16334@mwanda/
Reviewed-by: Hanjun Guo <guohanjun@huawei.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Will Deacon <will@kernel.org>
Cc: Hanjun Guo <guohanjun@huawei.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
drivers/acpi/arm64/iort.c