[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1218064229447@kroah.org>
Date: Wed, 06 Aug 2008 16:10:29 -0700
From: <gregkh@...e.de>
To: simon@...e.lp0.eu, gregkh@...e.de, linux-kernel@...r.kernel.org
Subject: patch usb-cxacru-fix-printk-format-flag-in-error-message.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled
Subject: USB: cxacru: Fix printk format flag in error message
to my gregkh-2.6 tree. Its filename is
usb-cxacru-fix-printk-format-flag-in-error-message.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From simon@...e.lp0.eu Wed Aug 6 15:50:52 2008
From: Simon Arlott <simon@...e.lp0.eu>
Date: Sat, 12 Jul 2008 22:19:48 +0100
Subject: USB: cxacru: Fix printk format flag in error message
To: Greg Kroah-Hartman <gregkh@...e.de>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Message-ID: <48791FF4.2080503@...on.arlott.org.uk>
"#%x" should have been "%#x"
Signed-off-by: Simon Arlott <simon@...e.lp0.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
drivers/usb/atm/cxacru.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/usb/atm/cxacru.c
+++ b/drivers/usb/atm/cxacru.c
@@ -602,7 +602,7 @@ static int cxacru_cm_get_array(struct cx
offd = le32_to_cpu(buf[offb++]);
if (offd >= size) {
if (printk_ratelimit())
- usb_err(instance->usbatm, "wrong index #%x in response to cm #%x\n",
+ usb_err(instance->usbatm, "wrong index %#x in response to cm %#x\n",
offd, cm);
ret = -EIO;
goto cleanup;
Patches currently in gregkh-2.6 which might be from simon@...e.lp0.eu are
usb.current/usb-move-usb-mon-up-to-misc-options-in-kconfig.patch
usb.current/usb-cxacru-fix-printk-format-flag-in-error-message.patch
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists