Raj, Removed duplicate const. Thanks, Chiran -----Original Message----- From: Mani, Rajmohan Sent: Friday, July 7, 2017 3:49 PM To: Rapolu, Chiranjeevi <chiranjeevi.rapolu@xxxxxxxxx>; linux-media@xxxxxxxxxxxxxxx; sakari.ailus@xxxxxxxxxxxxxxx; tfiga@xxxxxxxxxxxx Cc: Zheng, Jian Xu <jian.xu.zheng@xxxxxxxxx>; Yang, Hyungwoo <hyungwoo.yang@xxxxxxxxx> Subject: RE: [PATCH v4 1/1] i2c: Add Omnivision OV5670 5M sensor support Hi Chiran, > + > +/* Supported link frequencies */ > +#define OV5670_LINK_FREQ_840MBPS 840000000 > +#define OV5670_LINK_FREQ_840MBPS_INDEX 0 > +static const struct ov5670_link_freq_config link_freq_configs[] = { > + { > + .pixel_rate = 336000000, > + .reg_list = { > + .num_of_regs = > ARRAY_SIZE(mipi_data_rate_840mbps), > + .regs = mipi_data_rate_840mbps, > + } > + } > +}; > + > +static const const s64 link_freq_menu_items[] = { ^ duplicated const declaration > + OV5670_LINK_FREQ_840MBPS > +}; > +