提交 3f3ed26b 编写于 作者: C Colin Ian King 提交者: Tomi Valkeinen

video: fbdev: add missing \n at end of printk error message

The message is missing a \n, add it.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 1c065770
...@@ -929,7 +929,7 @@ static int s1d13xxxfb_suspend(struct platform_device *dev, pm_message_t state) ...@@ -929,7 +929,7 @@ static int s1d13xxxfb_suspend(struct platform_device *dev, pm_message_t state)
s1dfb->disp_save = kmalloc(info->fix.smem_len, GFP_KERNEL); s1dfb->disp_save = kmalloc(info->fix.smem_len, GFP_KERNEL);
if (!s1dfb->disp_save) { if (!s1dfb->disp_save) {
printk(KERN_ERR PFX "no memory to save screen"); printk(KERN_ERR PFX "no memory to save screen\n");
return -ENOMEM; return -ENOMEM;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册