Typo, thanks to Idwer for spotting this. (trivial patch)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
51754a38f2
commit
75f519ca86
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static void pciexp_tune_dev(device_t dev)
|
||||||
/* error... */
|
/* error... */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
printk_debug("PCIe: tunning %s\n", dev_path(dev));
|
printk_debug("PCIe: tuning %s\n", dev_path(dev));
|
||||||
#warning "IMPLEMENT PCI EXPRESS TUNING"
|
#warning "IMPLEMENT PCI EXPRESS TUNING"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue