From: Colin King <hidden> Date: 2016-09-12 10:25:53
From: Colin Ian King <redacted>
The message is missing a \n, add it.
Signed-off-by: Colin Ian King <redacted>
---
drivers/video/fbdev/s1d13xxxfb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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);if(!s1dfb->disp_save){-printk(KERN_ERRPFX"no memory to save screen");+printk(KERN_ERRPFX"no memory to save screen\n");return-ENOMEM;}
From: Tomi Valkeinen <hidden> Date: 2016-09-27 08:09:03
On 12/09/16 13:24, Colin King wrote:
quoted hunk
From: Colin Ian King <redacted>
The message is missing a \n, add it.
Signed-off-by: Colin Ian King <redacted>
---
drivers/video/fbdev/s1d13xxxfb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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);if(!s1dfb->disp_save){-printk(KERN_ERRPFX"no memory to save screen");+printk(KERN_ERRPFX"no memory to save screen\n");return-ENOMEM;}