[LinuxBIOS] r425 - LinuxBIOSv3/superio/winbond/w83627hf

svn at openbios.org svn at openbios.org
Sat Jun 30 21:37:14 CEST 2007


Author: uwe
Date: 2007-06-30 21:37:14 +0200 (Sat, 30 Jun 2007)
New Revision: 425

Modified:
   LinuxBIOSv3/superio/winbond/w83627hf/superio.c
Log:
Small fix (trivial).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: LinuxBIOSv3/superio/winbond/w83627hf/superio.c
===================================================================
--- LinuxBIOSv3/superio/winbond/w83627hf/superio.c	2007-06-30 17:50:54 UTC (rev 424)
+++ LinuxBIOSv3/superio/winbond/w83627hf/superio.c	2007-06-30 19:37:14 UTC (rev 425)
@@ -9,7 +9,7 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License.
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -39,6 +39,7 @@
         outb(0x87, dev->path.u.pnp.port);
         outb(0x87, dev->path.u.pnp.port);
 }
+
 static void pnp_exit_ext_func_mode(struct device * dev) 
 {
         outb(0xaa, dev->path.u.pnp.port);





More information about the coreboot mailing list