On Fri, Mar 1, 2019 at 7:48 PM Mans Rullgard <[email protected]> wrote: > > +#ifdef CONFIG_CHARLCD_BL_ON > +#define LCD_INIT_BL "\x1b[L+" > +#elif defined (CONFIG_CHARLCD_BL_FLASH)
Style nitpick: no space after "elif defined". Do you mind if I change it before sending it to linux-next? Otherwise, looks fine to me. Thanks! CC'ing Willy in case he wants to take a look for charlcd.c Cheers, Miguel

