* + drivers-serial-8250_earlyc-print-early-console-device-address-in-hex.patch added to -mm tree
@ 2010-08-12 19:22 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2010-08-12 19:22 UTC (permalink / raw)
To: mm-commits; +Cc: tony.luck, greg
The patch titled
drivers/serial/8250_early.c: print early console device address in hex
has been added to the -mm tree. Its filename is
drivers-serial-8250_earlyc-print-early-console-device-address-in-hex.patch
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: drivers/serial/8250_early.c: print early console device address in hex
From: "Luck, Tony" <tony.luck@intel.com>
Device addresses are usually printed in hex.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/serial/8250_early.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -puN drivers/serial/8250_early.c~drivers-serial-8250_earlyc-print-early-console-device-address-in-hex drivers/serial/8250_early.c
--- a/drivers/serial/8250_early.c~drivers-serial-8250_earlyc-print-early-console-device-address-in-hex
+++ a/drivers/serial/8250_early.c
@@ -203,13 +203,13 @@ static int __init parse_options(struct e
if (mmio || mmio32)
printk(KERN_INFO
- "Early serial console at MMIO%s 0x%llu (options '%s')\n",
+ "Early serial console at MMIO%s 0x%llx (options '%s')\n",
mmio32 ? "32" : "",
(unsigned long long)port->mapbase,
device->options);
else
printk(KERN_INFO
- "Early serial console at I/O port 0x%lu (options '%s')\n",
+ "Early serial console at I/O port 0x%lx (options '%s')\n",
port->iobase,
device->options);
_
Patches currently in -mm which might be from tony.luck@intel.com are
origin.patch
linux-next.patch
drivers-serial-8250_earlyc-print-early-console-device-address-in-hex.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-12 19:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-12 19:22 + drivers-serial-8250_earlyc-print-early-console-device-address-in-hex.patch added to -mm tree akpm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.