Re: [PATCH net-next v3 4/4] net: dp83869: Add RGMII internal delay configuration

From: Andrew Lunn
Date: Tue May 26 2020 - 20:54:51 EST


> +static int dp83869_internal_delay[] = {250, 500, 750, 1000, 1250, 1500, 1750,
> + 2000, 2250, 2500, 2750, 3000, 3250,
> + 3500, 3750, 4000};
> +

You should make this const. Otherwise it takes up twice the space.

Andrew