RE: [PATCH v2 2/2] extcon: max8997: add missing const

2013-03-19 Thread Jingoo Han
On Tuesday, March 19, 2013 6:45 PM, Chanwoo Choi wrote: > > On 03/19/2013 02:31 PM, Jingoo Han wrote: > > Fixed the checkpatch warning as below: > > > > WARNING: static const char * array should probably be static const char * > > const > > #163: FILE: drivers/extcon/extcon-max8997.c:163: > >

Re: [PATCH v2 2/2] extcon: max8997: add missing const

2013-03-19 Thread Chanwoo Choi
On 03/19/2013 02:31 PM, Jingoo Han wrote: > Fixed the checkpatch warning as below: > > WARNING: static const char * array should probably be static const char * > const > #163: FILE: drivers/extcon/extcon-max8997.c:163: > +static const char *max8997_extcon_cable[] = { > > Also, const is adde