Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144643
b: refs/heads/master
c: fd1e6c1
h: refs/heads/master
i:
  144641: 710f6d6
  144639: e2c767f
v: v3
  • Loading branch information
Breno Leitao authored and Linus Torvalds committed May 6, 2009
1 parent 72aaf0e commit e823098
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fab892232e275e4e9351a50d018c0a9513155814
refs/heads/master: fd1e6c1df5c396961509daac2b456852edf982df
2 changes: 0 additions & 2 deletions trunk/drivers/serial/jsm/jsm.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ struct jsm_board
struct pci_dev *pci_dev;
u32 maxports; /* MAX ports this board can handle */

spinlock_t bd_lock; /* Used to protect board */

spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and
* the interrupt routine from each other.
*/
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/serial/jsm/jsm_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ static int __devinit jsm_probe_one(struct pci_dev *pdev, const struct pci_device
else
brd->maxports = 2;

spin_lock_init(&brd->bd_lock);
spin_lock_init(&brd->bd_intr_lock);

/* store which revision we have */
Expand Down

0 comments on commit e823098

Please sign in to comment.