ISDN: Spinlock initializer cleanup
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
9ea6e5d808
commit
2bd7e20e0d
@@ -443,7 +443,7 @@ ergo_inithardware(hysdn_card * card)
|
|||||||
card->waitpofready = ergo_waitpofready;
|
card->waitpofready = ergo_waitpofready;
|
||||||
card->set_errlog_state = ergo_set_errlog_state;
|
card->set_errlog_state = ergo_set_errlog_state;
|
||||||
INIT_WORK(&card->irq_queue, ergo_irq_bh);
|
INIT_WORK(&card->irq_queue, ergo_irq_bh);
|
||||||
card->hysdn_lock = SPIN_LOCK_UNLOCKED;
|
spin_lock_init(&card->hysdn_lock);
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
} /* ergo_inithardware */
|
} /* ergo_inithardware */
|
||||||
|
@@ -1462,7 +1462,7 @@ isdnloop_initcard(char *id)
|
|||||||
skb_queue_head_init(&card->bqueue[i]);
|
skb_queue_head_init(&card->bqueue[i]);
|
||||||
}
|
}
|
||||||
skb_queue_head_init(&card->dqueue);
|
skb_queue_head_init(&card->dqueue);
|
||||||
card->isdnloop_lock = SPIN_LOCK_UNLOCKED;
|
spin_lock_init(&card->isdnloop_lock);
|
||||||
card->next = cards;
|
card->next = cards;
|
||||||
cards = card;
|
cards = card;
|
||||||
if (!register_isdn(&card->interface)) {
|
if (!register_isdn(&card->interface)) {
|
||||||
|
Reference in New Issue
Block a user