Re: [PATCH -mmotm] 8250_early: fix printk format warnings

From: KOSAKI Motohiro
Date: Sun Jul 11 2010 - 21:19:23 EST


> This?
>
> if (mmio || mmio32)
> printk(KERN_INFO
> "Early serial console at MMIO%s 0x%llu (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",
> port->iobase,
> device->options);
>

Looks good to me. thanks.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/