Peter Huewe <peterhu...@gmx.de> wrote:

> +static char old_keypad_profile[][4][9] = {
>       {"S0", "Left\n", "Left\n", ""},
>       {"S1", "Down\n", "Down\n", ""},
>       {"S2", "Up\n", "Up\n", ""},

Things like this should likely be const also.  There are several here.

> -void panel_lcd_print(char *s)
> +static void panel_lcd_print(char *s)

const char *s maybe?

David
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to