Now unloads clean.

Modified Files:
 Tag: mqueue
	mISDN/drivers/isdn/hardware/mISDN/hfc_multi.c
This commit is contained in:
Andreas Eversberg 2005-10-13 19:11:50 +00:00
parent 7c4f82a743
commit f285da122c
1 changed files with 1 additions and 7 deletions

View File

@ -3162,15 +3162,9 @@ release_port(hfc_multi_t *hc, int port)
release_io_hfcmulti(hc);
list_del(&hc->list);
printk(KERN_DEBUG "test0\n");
unlock_dev(hc);
printk(KERN_DEBUG "test1\n");
printk(KERN_DEBUG "test2\n");
#warning remove m
// kfree(hc);
printk(KERN_DEBUG "test3\n");
kfree(hc);
HFC_cnt--;
printk(KERN_DEBUG "test4\n");
} else
unlock_dev(hc);
}