Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: -current dmesg changes: aprintification adding spaces; findroot error



On Mon, Apr 07, 2008 at 01:28:42AM +0200, Thomas Klausner wrote:
> Hi!
> 
> After updating my current from March 29 to April 6, I get the
> following changes in dmesg output:
> -attimer1: io 0x40-0x43
> +attimer1:  io 0x40-0x43
> -hpet0: mem 0xfefff000-0xfefff3ff irq 0,8
> +hpet0:  mem 0xfefff000-0xfefff3ff irq 0,8
> -pcppi1: io 0x61
> +pcppi1:  io 0x61
> -fdc0: io 0x3f0-0x3f5,0x3f7 irq 6 drq 2
> +fdc0:  io 0x3f0-0x3f5,0x3f7 irq 6 drq 2
> -com0: io 0x3f8-0x3ff irq 4
> +com0:  io 0x3f8-0x3ff irq 4
> -lpt0: io 0x378-0x37f irq 7
> +lpt0:  io 0x378-0x37f irq 7
> 
> Looks like something went wrong in an aprintification...

Yes. This is from the last change in acpi_resource_print() :

-       aprint_normal("%s:", dev->dv_xname);
+       aprint_normal_dev(dev, "");

Where it used to be "%s:", aprint_normal_dev() use "%s: " which
explain the extra space you see.

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.


Home | Main Index | Thread Index | Old Index