commit | 30d5b64b63fa69af31b2cba32e6d71d68526eec9 | [log] [tgz] |
---|---|---|
author | Jaroslav Kysela <perex@suse.cz> | Thu Aug 18 13:16:11 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Aug 18 08:43:59 2005 -0700 |
tree | 16b55bd8beb2b56b459db5ef100b881243597f7a | |
parent | 518e6540831c69422faecceee8f964bd439ac9d0 [diff] |
[PATCH] broken error path in drivers/pnp/card.c 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>