Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
---
 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


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to