lkml.org 
[lkml]   [2010]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[096/116] hwmon: (coretemp) Add missing newline to dev_warn() message
    2.6.32-stable review patch.  If anyone has any objections, please let us know.

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

    From: Dean Nelson <dnelson@redhat.com>

    commit 4d7a5644e4adfafe76c2bd8ee168e3f3b5dae3a8 upstream.

    Add missing newline to dev_warn() message string. This is more of an issue
    with older kernels that don't automatically add a newline if it was missing
    from the end of the previous line.

    Signed-off-by: Dean Nelson <dnelson@redhat.com>
    Signed-off-by: Jean Delvare <khali@linux-fr.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/hwmon/coretemp.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/hwmon/coretemp.c
    +++ b/drivers/hwmon/coretemp.c
    @@ -228,7 +228,7 @@ static int __devinit adjust_tjmax(struct
    if (err) {
    dev_warn(dev,
    "Unable to access MSR 0xEE, for Tjmax, left"
    - " at default");
    + " at default\n");
    } else if (eax & 0x40000000) {
    tjmax = tjmax_ee;
    }



    \
     
     \ /
      Last update: 2010-03-31 02:03    [W:2.253 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site