]> git.baikalelectronics.ru Git - kernel.git/commit
media: i2c: video-i2c: Move defines to the top of the file
authorMoses Christopher Bollavarapu <mosescb.dev@gmail.com>
Tue, 19 Apr 2022 20:20:49 +0000 (22:20 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 17 May 2022 07:16:08 +0000 (09:16 +0200)
commitd3b6326565b32bb14a22c3f609f5b71d75b16941
tree88ca151c98c02d4efc2ce0d5c340719cf9efa096
parent5123a50b5e1e941be102368bb23e5e1af30c00ee
media: i2c: video-i2c: Move defines to the top of the file

Currently, the defines in this driver are after some structs and
functions, it makes more sense to move them up to the top of the file,
so that the constants can be named together with other defines.

Signed-off-by: Moses Christopher Bollavarapu <mosescb.dev@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/video-i2c.c