2 Oct
2015
2 Oct
'15
12:11 p.m.
On Fri, Oct 02, 2015 at 01:30:29PM +0800, Oder Chiou wrote:
The struct rt286_index_def was used by the cache function, so it cannot be declared as const.
-static const struct reg_default rt286_index_def[] = { +static struct reg_default rt286_index_def[] = { { 0x01, 0xaaaa }, { 0x02, 0x8aaa }, { 0x03, 0x0002 },
This isn't obvious and seems likely to break - why is this ever being modified and how is that safe?