Re: [alsa-devel] [PATCH] ASoC: max9867: make array ni_div static const

From: Vinod Koul
Date: Thu Jun 22 2017 - 06:28:07 EST


On Thu, Jun 22, 2017 at 10:32:31AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The array ni_div does not need to be in global scope and is not
> modified, so make it static const.
>
> Cleans up sparse warning:
> "symbol 'ni_div' was not declared. Should it be static?"

Acked-By: Vinod Koul <vinod.koul@xxxxxxxxx>

--
~Vinod