lkml.org 
[lkml]   [2015]   [Mar]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.16.y-ckt 008/183] [media] em28xx-video: fix missing newlines
    Date
    3.16.7-ckt8 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Russell King <rmk+kernel@arm.linux.org.uk>

    commit 32e63f0368ed16e5ac417dc0bc2a5f8acbfb1511 upstream.

    Inspection shows that newlines are missing from several kernel messages
    in em28xx-video. Fix these.

    Fixes: a61f68119af3 ("[media] em28xx-video: implement em28xx_ops: suspend/resume hooks")

    Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
    Reviewed-by: Frank Schäfer <fschaefer.oss@googlemail.com>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
    Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
    ---
    drivers/media/usb/em28xx/em28xx-video.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/media/usb/em28xx/em28xx-video.c b/drivers/media/usb/em28xx/em28xx-video.c
    index f4d5e577a49c..69810fa0151a 100644
    --- a/drivers/media/usb/em28xx/em28xx-video.c
    +++ b/drivers/media/usb/em28xx/em28xx-video.c
    @@ -2027,7 +2027,7 @@ static int em28xx_v4l2_suspend(struct em28xx *dev)
    if (!dev->has_video)
    return 0;

    - em28xx_info("Suspending video extension");
    + em28xx_info("Suspending video extension\n");
    em28xx_stop_urbs(dev);
    return 0;
    }
    @@ -2040,7 +2040,7 @@ static int em28xx_v4l2_resume(struct em28xx *dev)
    if (!dev->has_video)
    return 0;

    - em28xx_info("Resuming video extension");
    + em28xx_info("Resuming video extension\n");
    /* what do we do here */
    return 0;
    }

    \
     
     \ /
      Last update: 2015-03-06 12:21    [W:4.139 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site