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:
Stefan Reinauer 2005-01-13 18:58:41 +00:00
parent 6308d58c92
commit e74f91a901
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ void w83627hf_pnp_enable_resources(device_t dev)
switch(dev->path.u.pnp.device) {
case W83627HF_HWM:
printk_debug("w83627hf hwm smbus enabled\r\n");
printk_debug("w83627hf hwm smbus enabled\n");
enable_hwm_smbus(dev);
break;
}