lkml.org 
[lkml]   [2010]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH -mmotm] 8250_early: fix printk format warnings
    On Thu, Jul 08, 2010 at 11:45:43AM -0700, Randy Dunlap wrote:
    > On 07/08/10 11:37, Greg KH wrote:
    > > On Fri, Jul 02, 2010 at 06:24:37PM -0700, Randy Dunlap wrote:
    > >> From: Randy Dunlap <randy.dunlap@oracle.com>
    > >>
    > >> Fix printk format warnings in serial-mmio32-support-for-8250_earlyc.patch:
    > >>
    > >> drivers/serial/8250_early.c:207: warning: format '%p' expects type 'void *', but argument 3 has type 'long long unsigned int'
    > >> drivers/serial/8250_early.c:210: warning: format '%p' expects type 'void *', but argument 2 has type 'long long unsigned int'
    > >>
    > >> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
    > >> Cc: Samium Gromoff <_deepfire@feelingofgreen.ru>
    > >> Cc: Greg KH <greg@kroah.com>
    > >> ---
    > >> drivers/serial/8250_early.c | 4 ++--
    > >> 1 file changed, 2 insertions(+), 2 deletions(-)
    > >>
    > >> --- mmotm-2010-0701-1219.orig/drivers/serial/8250_early.c
    > >> +++ mmotm-2010-0701-1219/drivers/serial/8250_early.c
    > >> @@ -202,12 +202,12 @@ static int __init parse_options(struct e
    > >> }
    > >>
    > >> if (mmio || mmio32)
    > >> - printk(KERN_INFO "Early serial console at MMIO%s 0x%p (options '%s')\n",
    > >> + printk(KERN_INFO "Early serial console at MMIO%s 0x%llu (options '%s')\n",
    > >
    > > Odd, my tree doesn't have this change in it, where is it coming from?
    >
    > A patch in mmotm from Samium Gromoff.
    > mmotm patch file name is "serial-mmio32-support-for-8250_earlyc.patch".

    Ah. Samium, can you fold this into your original one?

    thanks,

    greg k-h


    \
     
     \ /
      Last update: 2010-07-08 21:03    [W:3.703 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site