media: i2c: imx219: Rename mbus codes array
authorJean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Mon, 10 Jul 2023 15:51:57 +0000 (17:51 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 10 Aug 2023 05:58:39 +0000 (07:58 +0200)
commit917e26cb005a3296b03e49f9e5063db613013bce
treef0ec979faf5b0dbaea4da6e033561a7a73342e01
parent057e4809f3b8b9ec6cd974c9ab1808e4c29962c5
media: i2c: imx219: Rename mbus codes array

The imx219 is using the name "codes" for the mbus formats array. The
name is too generic and not easy to read and follow in the code. Change
it to imx219_mbus_formats.

Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Tommaso Merciai <tomm.merciai@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/imx219.c