[PATCH] broken error path in drivers/pnp/card.c
authorJaroslav Kysela <perex@suse.cz>
Thu, 18 Aug 2005 11:16:11 +0000 (13:16 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 18 Aug 2005 15:43:59 +0000 (08:43 -0700)
The error path in pnp_request_card_device() is broken (one variable is
left initialized and the semaphore is not unlocked).

This fixes it (and has been tested).

Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found