On Wed, Mar 23, 2016 at 2:28 AM, One Thousand Gnomes
wrote:
> On Tue, 22 Mar 2016 16:40:18 -0700
> Joe Perches wrote:
>
>> On Tue, 2016-03-22 at 22:49 +, Colin King wrote:
>> > From: Colin Ian King
>> >
>> > There is a missing comma between two strings in the dsi_errors[]
>> > array initiali
On Tue, 22 Mar 2016 16:40:18 -0700
Joe Perches wrote:
> On Tue, 2016-03-22 at 22:49 +, Colin King wrote:
> > From: Colin Ian King
> >
> > There is a missing comma between two strings in the dsi_errors[]
> > array initializer, causing two strings to be concatenated and the
> > array being in
From: Colin Ian King
There is a missing comma between two strings in the dsi_errors[]
array initializer, causing two strings to be concatenated and the
array being incorrectly initialized. Add in the missing comma.
Signed-off-by: Colin Ian King
---
drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.
On Tue, 2016-03-22 at 22:49 +, Colin King wrote:
> From: Colin Ian King
>
> There is a missing comma between two strings in the dsi_errors[]
> array initializer, causing two strings to be concatenated and the
> array being incorrectly initialized.  Add in the missing comma.
>
> Signed-off-