[PATCH 1/1] video: sdl fix typo

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun Mar 5 21:42:13 PST 2017


Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 drivers/video/sdl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/sdl.c b/drivers/video/sdl.c
index 5e1dc8e57..8f5b409ef 100644
--- a/drivers/video/sdl.c
+++ b/drivers/video/sdl.c
@@ -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 *
-- 
2.11.0




More information about the barebox mailing list