From e74f91a9017ab5412060f71cbf0eb78f53231947 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 13 Jan 2005 18:58:41 +0000 Subject: cosmetics. \n is enough here. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1866 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/winbond/w83627hf/superio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/winbond/w83627hf') 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; } -- cgit v1.2.3