Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10489
b: refs/heads/master
c: 7efe161
h: refs/heads/master
i:
  10487: e00c3c2
v: v3
  • Loading branch information
Kyle McMartin committed Oct 22, 2005
1 parent 1f73e44 commit 662067f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91313d60d8ad96fa79a833e55e8c13b56f893614
refs/heads/master: 7efe1611b2db9025ffc52a686897ab91820caeb4
3 changes: 3 additions & 0 deletions trunk/drivers/parisc/superio.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* (C) Copyright 2000 Alex deVries <alex@onefishtwo.ca>
* (C) Copyright 2001 John Marvin <jsm fc hp com>
* (C) Copyright 2003 Grant Grundler <grundler parisc-linux org>
* (C) Copyright 2005 Kyle McMartin <kyle@parisc-linux.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -405,6 +406,7 @@ static void __devinit superio_serial_init(void)

serial[0].iobase = sio_dev.sp1_base;
serial[0].irq = SP1_IRQ;
spin_lock_init(&serial[0].lock);

retval = early_serial_setup(&serial[0]);
if (retval < 0) {
Expand All @@ -414,6 +416,7 @@ static void __devinit superio_serial_init(void)

serial[1].iobase = sio_dev.sp2_base;
serial[1].irq = SP2_IRQ;
spin_lock_init(&serial[1].lock);
retval = early_serial_setup(&serial[1]);

if (retval < 0)
Expand Down

0 comments on commit 662067f

Please sign in to comment.