Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbeef4fe authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

video: fbdev: pxafb: match_string() conversion fixup



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

Fixes: 6d09dfe7 ("video: fbdev: pxafb: Convert to use match_string() helper")
Reported-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent 105ac277
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2099,7 +2099,7 @@ static void pxafb_check_options(struct device *dev, struct pxafb_mach_info *inf)

#if defined(CONFIG_OF)
static const char * const lcd_types[] = {
	"mono-stn", "mono-dstn", "color-stn", "color-dstn",
	"unknown", "mono-stn", "mono-dstn", "color-stn", "color-dstn",
	"color-tft", "smart-panel", NULL
};