Re: [RESEND PATCH 1/2] auxdisplay: img-ascii-lcd: Add a sentinel entry to OF device ID table

2017-03-16 Thread Javier Martinez Canillas
Hello Dmitry, On 03/16/2017 03:41 PM, Dmitry Torokhov wrote: [snip] >>> >>> It looks like Greg KH picked my version of this patch... >>> >> >> Great, glad that your version was picked since it seems these two patches >> were never going to make it. > > How about you try sending the 2nd patch to

Re: [RESEND PATCH 1/2] auxdisplay: img-ascii-lcd: Add a sentinel entry to OF device ID table

2017-03-16 Thread Dmitry Torokhov
On Thu, Mar 16, 2017 at 11:38 AM, Javier Martinez Canillas wrote: > Hello Dmitry, > > On 03/16/2017 03:25 PM, Dmitry Torokhov wrote: >> On Fri, Mar 10, 2017 at 10:22 AM, Dmitry Torokhov >> wrote: >>> >>> On Fri, Mar 10, 2017 at 10:33:06AM -0300, Javier Martinez Canillas wrote: The OF device

Re: [RESEND PATCH 1/2] auxdisplay: img-ascii-lcd: Add a sentinel entry to OF device ID table

2017-03-16 Thread Javier Martinez Canillas
Hello Dmitry, On 03/16/2017 03:25 PM, Dmitry Torokhov wrote: > On Fri, Mar 10, 2017 at 10:22 AM, Dmitry Torokhov > wrote: >> >> On Fri, Mar 10, 2017 at 10:33:06AM -0300, Javier Martinez Canillas wrote: >>> The OF device ID table doesn't have a sentinel NULL entry and so it >>> causes the followin

Re: [RESEND PATCH 1/2] auxdisplay: img-ascii-lcd: Add a sentinel entry to OF device ID table

2017-03-16 Thread Dmitry Torokhov
On Fri, Mar 10, 2017 at 10:22 AM, Dmitry Torokhov wrote: > > On Fri, Mar 10, 2017 at 10:33:06AM -0300, Javier Martinez Canillas wrote: > > The OF device ID table doesn't have a sentinel NULL entry and so it > > causes the following error: > > > > FATAL: drivers/auxdisplay/img-ascii-lcd: struct of_

Re: [RESEND PATCH 1/2] auxdisplay: img-ascii-lcd: Add a sentinel entry to OF device ID table

2017-03-10 Thread Dmitry Torokhov
On Fri, Mar 10, 2017 at 10:33:06AM -0300, Javier Martinez Canillas wrote: > The OF device ID table doesn't have a sentinel NULL entry and so it > causes the following error: > > FATAL: drivers/auxdisplay/img-ascii-lcd: struct of_device_id is not > terminated with a NULL entry! > scripts/Makefile.

[RESEND PATCH 1/2] auxdisplay: img-ascii-lcd: Add a sentinel entry to OF device ID table

2017-03-10 Thread Javier Martinez Canillas
The OF device ID table doesn't have a sentinel NULL entry and so it causes the following error: FATAL: drivers/auxdisplay/img-ascii-lcd: struct of_device_id is not terminated with a NULL entry! scripts/Makefile.modpost:91: recipe for target '__modpost' failed make[1]: *** [__modpost] Error 1 Make

Re: [PATCH 1/2] auxdisplay: img-ascii-lcd: Add a sentinel entry to OF device ID table

2017-02-20 Thread Javier Martinez Canillas
Hello, On 01/02/2017 03:06 PM, Javier Martinez Canillas wrote: > The OF device ID table doesn't have a sentinel NULL entry and so it > causes the following error: > > FATAL: drivers/auxdisplay/img-ascii-lcd: struct of_device_id is not > terminated with a NULL entry! > scripts/Makefile.modpost:91

[PATCH 1/2] auxdisplay: img-ascii-lcd: Add a sentinel entry to OF device ID table

2017-01-02 Thread Javier Martinez Canillas
The OF device ID table doesn't have a sentinel NULL entry and so it causes the following error: FATAL: drivers/auxdisplay/img-ascii-lcd: struct of_device_id is not terminated with a NULL entry! scripts/Makefile.modpost:91: recipe for target '__modpost' failed make[1]: *** [__modpost] Error 1 Make