OSDN Git Service

misc: panel: Fix LCD_FLAG_F/LCD_FLAG_N exchange
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 6 Feb 2017 14:38:03 +0000 (15:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 14:32:53 +0000 (15:32 +0100)
commit84a1ed0407d209beff4d9cb41120d0f69a89d4b8
treeaeae72a0da7d3293bd795171287ced147d8247a9
parent90beaf64226742733c1b38d086f9e5dcd3b7b0e5
misc: panel: Fix LCD_FLAG_F/LCD_FLAG_N exchange

LCD_FLAG_F is the font flag, LCD_FLAG_N is the two-lines flag.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/panel.c