[PATCH] ISDN Eicon driver: fix idi cleanup deadlock
On IDI module cleanup, the freed card must be removed from list. Use list_empty() instead of list_for_each() loop. Thanks Linus.
Showing
Please register or sign in to comment
On IDI module cleanup, the freed card must be removed from list. Use list_empty() instead of list_for_each() loop. Thanks Linus.