]> 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)
commit2b1640f31af75fb59e9d1fd1884217890d1dbe78
treec75f7013c5c1a1eb6e470727c5b96cedaa2533cb
parent1d52a492e44e86db57379cd18af9aae646c3fd18
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