cosmetics. \n is enough here.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1866 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6308d58c92
commit
e74f91a901
|
@ -160,7 +160,7 @@ void w83627hf_pnp_enable_resources(device_t dev)
|
||||||
|
|
||||||
switch(dev->path.u.pnp.device) {
|
switch(dev->path.u.pnp.device) {
|
||||||
case W83627HF_HWM:
|
case W83627HF_HWM:
|
||||||
printk_debug("w83627hf hwm smbus enabled\r\n");
|
printk_debug("w83627hf hwm smbus enabled\n");
|
||||||
enable_hwm_smbus(dev);
|
enable_hwm_smbus(dev);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue