diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/superio/winbond/w83627hf/superio.c | 2 |
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; } |