mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
isdn: fix random hard freeze with AVM c4 card part 2
One call was missing in the previous patch. Signed-off-by: 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:
parent
477116e69d
commit
eac141deb4
1 changed files with 2 additions and 0 deletions
|
@ -678,7 +678,9 @@ static irqreturn_t c4_handle_interrupt(avmcard *card)
|
|||
for (i=0; i < card->nr_controllers; i++) {
|
||||
avmctrl_info *cinfo = &card->ctrlinfo[i];
|
||||
memset(cinfo->version, 0, sizeof(cinfo->version));
|
||||
spin_lock_irqsave(&card->lock, flags);
|
||||
capilib_release(&cinfo->ncci_head);
|
||||
spin_unlock_irqrestore(&card->lock, flags);
|
||||
capi_ctr_reseted(&cinfo->capi_ctrl);
|
||||
}
|
||||
card->nlogcontr = 0;
|
||||
|
|
Loading…
Reference in a new issue