diff options
| -rw-r--r-- | drivers/video/mxsfb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index b18941935..b0f7ef8d4 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;  	} |