[coreboot] [PATCH] r6420-remove-unused-var.patch

2011-03-01 Thread Sylvain 'ythier' Hitier
for(p = dev; p && p != p->parent; (p = p->parent), i++) { + for(p = dev; p && p != p->parent; p = p->parent) { if (p->bustype != PCI && p->bustype != PCI_DOMAIN) continue; Regards, Sylvain "ythier&qu

[coreboot] [PATCH] r6421-correct-ids.patch

2011-03-01 Thread Sylvain 'ythier' Hitier
gards, Sylvain "ythier" Hitier -- Free hugs for Free Software Fellows! Living in a Debian package => http://en.wikipedia.org/wiki/Apt,_Vaucluse -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [PATCH] r6420-remove-unused-var.patch

2011-03-01 Thread Sylvain 'ythier' Hitier
(Please keep me in CC, I'm not subscribed to the list) After reading r6420. Signed-off-by: Sylvain "ythier" Hitier Index: util/sconfig/main.c === --- util/sconfig/main.c (revision 6421) +++ util/sconfig/main.

Re: [coreboot] [PATCH] r6421-correct-ids.patch

2011-03-01 Thread Sylvain 'ythier' Hitier
(Please keep me in CC, I'm not subscribed to the list) After reading r6421. Signed-off-by: Sylvain "ythier" Hitier Index: src/mainboard/asus/m2v/devicetree.cb === --- src/mainboard/asus/m2v/devicetree.cb