linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cxacru: Fix printk format flag in error message
@ 2008-07-12 21:19 Simon Arlott
  2008-08-06 23:10 ` patch usb-cxacru-fix-printk-format-flag-in-error-message.patch added to gregkh-2.6 tree gregkh
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Arlott @ 2008-07-12 21:19 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Linux Kernel Mailing List

"#%x" should have been "%#x"

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
---
 drivers/usb/atm/cxacru.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cxacru.c
index 5ea3093..2ba43c4 100644
--- a/drivers/usb/atm/cxacru.c
+++ b/drivers/usb/atm/cxacru.c
@@ -602,7 +602,7 @@ static int cxacru_cm_get_array(struct cxacru_data *instance, enum cxacru_cm_requ
 			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;
-- 
1.5.6.1

-- 
Simon Arlott

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* patch usb-cxacru-fix-printk-format-flag-in-error-message.patch added to gregkh-2.6 tree
  2008-07-12 21:19 [PATCH] cxacru: Fix printk format flag in error message Simon Arlott
@ 2008-08-06 23:10 ` gregkh
  0 siblings, 0 replies; 2+ messages in thread
From: gregkh @ 2008-08-06 23:10 UTC (permalink / raw)
  To: simon, gregkh, linux-kernel


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@fire.lp0.eu  Wed Aug  6 15:50:52 2008
From: Simon Arlott <simon@fire.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@suse.de>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Message-ID: <48791FF4.2080503@simon.arlott.org.uk>


"#%x" should have been "%#x"

Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.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@fire.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-06 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-12 21:19 [PATCH] cxacru: Fix printk format flag in error message Simon Arlott
2008-08-06 23:10 ` patch usb-cxacru-fix-printk-format-flag-in-error-message.patch added to gregkh-2.6 tree gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).