]> git.neil.brown.name Git - history.git/commit
[PATCH] ISDN Eicon driver: fix idi cleanup deadlock
authorArmin Schindler <armin@melware.de>
Sun, 9 May 2004 03:28:53 +0000 (20:28 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 9 May 2004 03:28:53 +0000 (20:28 -0700)
commit8f555e6d5b7fe5fef1df09133fc2d7397eadfb5d
tree3a4236940c8bb193317ddd7744eb2a5584509e72
parent293889f585892e214fabd84449ea137ab41634c2
[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.
drivers/isdn/hardware/eicon/idifunc.c