]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: rcar-csi2: Correct field size for PHTW writes
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Fri, 30 Aug 2024 20:30:58 +0000 (22:30 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 16 Oct 2024 07:32:37 +0000 (09:32 +0200)
commitba7eb745e058cb8239b235b986ea446653b25db9
treebacad61d7a19b5351fc05746a3c52e7f626a7554
parent5ba5bda6b62e81a1e2e6a41b5e7102a77134ae5a
media: rcar-csi2: Correct field size for PHTW writes

The data and code written thru the Test Interface Write Register (PHTW)
register are 8-bit wide, change the datatype used to reflect this.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/renesas/rcar-csi2.c