9
0
Fork 0

video: sdl fix typo

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2017-03-06 06:42:13 +01:00 committed by Sascha Hauer
parent db5a5e3002
commit ffdb34022b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static int sdlfb_probe(struct device_d *dev)
fb->yres = fb->mode->yres;
fb->priv = fb;
fb->fbops = &sdlfb_ops,
fb->fbops = &sdlfb_ops;
fb->dev.parent = dev;
fb->screen_base = xzalloc(fb->xres * fb->yres *