media: pci: mgb4: Refactor struct resources
authorRicardo Ribalda <ribalda@chromium.org>
Mon, 29 Apr 2024 15:04:40 +0000 (16:04 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 3 May 2024 10:02:04 +0000 (11:02 +0100)
commitff924ca08e85bc89dc0ab85c697c09298a9c74a6
treef84eb23bc146ab22d5eda847378d82262fd243db
parent776f1bde345d0e21e31de766d94154f77f6bf1cd
media: pci: mgb4: Refactor struct resources

The struct resource end field signifies the end address not the
relative offset from the start field i.e size == (end - start) + 1.

Amend the .end field to specify the end address not the relative size
from the offset as is currently given.

Fixes cocci check:
drivers/media/pci/mgb4/mgb4_regs.c:13:22-25: WARNING: Suspicious code. resource_size is maybe missing with res

Link: https://lore.kernel.org/linux-media/20240429-fix-cocci-v3-1-3c4865f5a4b0@chromium.org
Reviewed-by: Martin Tůma <martin.tuma@digiteqautomotive.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/pci/mgb4/mgb4_core.c
drivers/media/pci/mgb4/mgb4_regs.c