Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18632
b: refs/heads/master
c: 8f56a31
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jan 17, 2006
1 parent f49e564 commit 63f6504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fd279197b1df6b46076991ca0e1f7faa8f3d8028
refs/heads/master: 8f56a31ad616b13414cf764f620f75f45dac26e6
2 changes: 1 addition & 1 deletion trunk/drivers/char/esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2492,6 +2492,7 @@ static int __init espserial_init(void)
}

memset((void *)info, 0, sizeof(struct esp_struct));
spin_lock_init(&info->lock);
/* rx_trigger, tx_trigger are needed by autoconfig */
info->config.rx_trigger = rx_trigger;
info->config.tx_trigger = tx_trigger;
Expand Down Expand Up @@ -2528,7 +2529,6 @@ static int __init espserial_init(void)
init_waitqueue_head(&info->close_wait);
init_waitqueue_head(&info->delta_msr_wait);
init_waitqueue_head(&info->break_wait);
spin_lock_init(&info->lock);
ports = info;
printk(KERN_INFO "ttyP%d at 0x%04x (irq = %d) is an ESP ",
info->line, info->port, info->irq);
Expand Down

0 comments on commit 63f6504

Please sign in to comment.