media: atomisp: gc0310: Remove enum gc0310_tok_type
authorHans de Goede <hdegoede@redhat.com>
Sat, 4 Feb 2023 13:02:52 +0000 (13:02 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 15 Apr 2023 09:33:13 +0000 (10:33 +0100)
commit86199ed981ad0df0c9566bcf28867a7d299f4518
tree4886eb0cd96c3fd77efc5fe89e5980a05c9dfe14
parente1a4b3a76069cb048351ee51ad67e55539e4b2ea
media: atomisp: gc0310: Remove enum gc0310_tok_type

enum gc0310_tok_type / the data_length read/write parameter
is always GC0310_8BIT, drop this.

Note for the register-lists the indentation is also fixed and
c++ style comments are converted to regular C-style /* */ comments.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
drivers/staging/media/atomisp/i2c/gc0310.h