On Sat, 6 Aug 2011 17:54:55 +0200 "Sylvain 'ythier' Hitier" sylvain.hitier@gmail.com wrote:
Typo after r1389.
Signed-off-by: Sylvain "ythier" Hitier sylvain.hitier@gmail.com
Index: chipset_enable.c
--- chipset_enable.c (revision 1405) +++ chipset_enable.c (working copy) @@ -326,7 +326,7 @@ } if (fwh_idsel & 0xffff000000000000ULL) { msg_perr("Error: fwh_idsel= specified, but value had "
"unusued bits set.\n");
} fwh_idsel_old = pci_read_long(dev, 0xd0);"unused bits set.\n"); goto idsel_garbage_out;
hello ythier,
thanks for spotting this. i have corrected it (and also the trailing tab following "idsel_garbage_out:" introduced in the same commit) and will commit that later.