Re: [PATCH] staging: media: atomisp: fix build error

From: Alan Cox
Date: Thu Mar 23 2017 - 12:00:15 EST


On Thu, 2017-03-23 at 21:12 +0800, Geliang Tang wrote:
> Fix the following build error:
>
> Â CCÂÂÂÂÂÂdrivers/staging/media/atomisp/pci/atomisp2/hmm/hmm.o
> drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm.c:52:2:
> Âerror: excess elements in array initializer [-Werror]
> Â "i", /* ion */
> Â ^~~

NAK

I've sent a patch to sort this out properly we shouldn't be using
string arrays for single char values to start with...

Alan