Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1491742 > unrolled thread
| Started by | Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|---|
| First post | 2016-09-27 10:10 +0200 |
| Last post | 2016-09-27 10:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] video: fbdev: add missing \n at end of printk error message Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-09-27 10:10 +0200
| From | Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|---|
| Date | 2016-09-27 10:10 +0200 |
| Subject | Re: [PATCH] video: fbdev: add missing \n at end of printk error message |
| Message-ID | <slVCF-74o-1@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
On 12/09/16 13:24, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> The message is missing a \n, add it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/video/fbdev/s1d13xxxfb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/s1d13xxxfb.c b/drivers/video/fbdev/s1d13xxxfb.c
> index 96aa46d..6a271d8 100644
> --- a/drivers/video/fbdev/s1d13xxxfb.c
> +++ b/drivers/video/fbdev/s1d13xxxfb.c
> @@ -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_ERR PFX "no memory to save screen");
> + printk(KERN_ERR PFX "no memory to save screen\n");
> return -ENOMEM;
> }
>
>
Thanks, queued for 4.9.
Tomi
Back to top | Article view | linux.kernel
csiph-web