aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-01-13 18:58:41 +0000
committerStefan Reinauer <stepan@openbios.org>2005-01-13 18:58:41 +0000
commite74f91a9017ab5412060f71cbf0eb78f53231947 (patch)
tree91a0cf143e2a6b76dcdac3c3cad928a5924d0858 /src/superio/winbond
parent6308d58c92b3fd307b25b64563a2846ab6e9ef84 (diff)
cosmetics. \n is enough here.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1866 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/winbond')
-rw-r--r--src/superio/winbond/w83627hf/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627hf/superio.c b/src/superio/winbond/w83627hf/superio.c
index f4315b3008..57d475b00f 100644
--- a/src/superio/winbond/w83627hf/superio.c
+++ b/src/superio/winbond/w83627hf/superio.c
@@ -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;
}