Re: [PATCH v6 1/2] [media] atmel-isc: add the Image Sensor Controller code

From: Hans Verkuil
Date: Fri Jul 22 2016 - 03:21:26 EST




On 07/22/2016 07:18 AM, Wu, Songjun wrote:

<snip>

>>> +/*
>>> + * index(0~11): raw formats.
>>> + * index(12~12): the formats which can be converted from raw format by ISC.
>>> + * index(): the formats which can only be provided by subdev.
>>> + */
>>> +static struct isc_format isc_formats[] = {
>>
>> static const
>>
> Some members in structure isc_format need be modified, so it can not be
> const.

OK. Please add a comment about that.

Regards,

Hans