diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c
index b18941935837e07e4037b1d448f7dda5406f5a4e..b0f7ef8d478183398430e1ad794a996d83b5bf70 100644
--- a/drivers/video/mxsfb.c
+++ b/drivers/video/mxsfb.c
@@ -137,7 +137,7 @@ void *video_hw_init(void)
 	/* Suck display configuration from "videomode" variable */
 	penv = getenv("videomode");
 	if (!penv) {
-		printf("MXSFB: 'videomode' variable not set!");
+		puts("MXSFB: 'videomode' variable not set!\n");
 		return NULL;
 	}