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)
commitc1cc03eafd319369075dd66b091bd8d309a5b726
treec75f7013c5c1a1eb6e470727c5b96cedaa2533cb
parent309373a3571ef7175bd9da0c9b13476a718e8478
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