video: fbdev: pxafb: match_string() conversion fixup

"unknown" lcd_types[] entry is needed for proper operation of
the driver, add it back.

Fixes: 6d09dfe70f8f ("video: fbdev: pxafb: Convert to use match_string() helper")
Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

+1 -1
+1 -1
drivers/video/fbdev/pxafb.c
··· 2099 2099 2100 2100 #if defined(CONFIG_OF) 2101 2101 static const char * const lcd_types[] = { 2102 - "mono-stn", "mono-dstn", "color-stn", "color-dstn", 2102 + "unknown", "mono-stn", "mono-dstn", "color-stn", "color-dstn", 2103 2103 "color-tft", "smart-panel", NULL 2104 2104 }; 2105 2105