]> git.baikalelectronics.ru Git - kernel.git/commit
media: imx: imx-mipi-csis: Rename csi_state to mipi_csis_device
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 22 Feb 2022 09:50:25 +0000 (09:50 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 24 Apr 2022 07:55:56 +0000 (08:55 +0100)
commit65b3cb972330ac1a26d906d97218dec1714a5197
treec75f7013c5c1a1eb6e470727c5b96cedaa2533cb
parent81b22e5efc564db233bc14ec2b431b884b577e9a
media: imx: imx-mipi-csis: Rename csi_state to mipi_csis_device

Usage of "state" for the device-specific data structure is confusing, as
it can also refer to the subdev state. Rename the structure to
mipi_csis_device, and the corresponding state variables to csis.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/nxp/imx-mipi-csis.c