[PATCH] broken error path in drivers/pnp/card.c

2005-08-18 Thread Jaroslav Kysela
Hi, the error path in pnp_request_card_device() is broken (one variable is left initialized and the semaphore is not unlocked). The bellow patch fixes it (and has been tested). Please, apply immediately. Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]> diff --git a/drivers/pnp/card.

[PATCH] broken error path in drivers/pnp/card.c

2005-08-15 Thread Jaroslav Kysela
Hi all, it seems that the error path in pnp_request_card_device() is broken (one variable is left initialized and the semaphore is not unlocked). The bellow patch should fix it. Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]> diff --git a/drivers/pnp/card.c b/drivers/pnp/card.c ---