From: Greg Kroah-Hartman Date: Mon, 29 Mar 2010 22:47:54 +0000 (-0700) Subject: .27 patch X-Git-Tag: v2.6.27.46~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=965a52c7eba1c5ce72f106cdf06fc936bf100f0f;p=thirdparty%2Fkernel%2Fstable-queue.git .27 patch --- diff --git a/queue-2.6.27/hwmon-coretemp-add-missing-newline-to-dev_warn-message.patch b/queue-2.6.27/hwmon-coretemp-add-missing-newline-to-dev_warn-message.patch new file mode 100644 index 00000000000..e134d33db39 --- /dev/null +++ b/queue-2.6.27/hwmon-coretemp-add-missing-newline-to-dev_warn-message.patch @@ -0,0 +1,32 @@ +From 4d7a5644e4adfafe76c2bd8ee168e3f3b5dae3a8 Mon Sep 17 00:00:00 2001 +From: Dean Nelson +Date: Mon, 29 Mar 2010 22:03:00 +0200 +Subject: hwmon: (coretemp) Add missing newline to dev_warn() message + +From: Dean Nelson + +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 +Signed-off-by: Jean Delvare +Signed-off-by: Greg Kroah-Hartman + +--- + drivers/hwmon/coretemp.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/drivers/hwmon/coretemp.c ++++ b/drivers/hwmon/coretemp.c +@@ -191,7 +191,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 = 85000; + } diff --git a/queue-2.6.27/series b/queue-2.6.27/series index 65a1f2ffc10..6a3a5e373e9 100644 --- a/queue-2.6.27/series +++ b/queue-2.6.27/series @@ -43,3 +43,4 @@ tmpfs-handle-mpol_local-mount-option-properly.patch doc-add-the-documentation-for-mpol-local.patch tmpfs-cleanup-mpol_parse_str.patch usb-fix-usbfs-regression.patch +hwmon-coretemp-add-missing-newline-to-dev_warn-message.patch