diff options
| -rw-r--r-- | drivers/pnp/card.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pnp/card.c b/drivers/pnp/card.c index add12f7c489a..6e5229e92fbc 100644 --- a/drivers/pnp/card.c +++ b/drivers/pnp/card.c | |||
| @@ -312,6 +312,8 @@ found: | |||
| 312 | if (drv->link.driver.probe) { | 312 | if (drv->link.driver.probe) { |
| 313 | if (drv->link.driver.probe(&dev->dev)) { | 313 | if (drv->link.driver.probe(&dev->dev)) { |
| 314 | dev->dev.driver = NULL; | 314 | dev->dev.driver = NULL; |
| 315 | dev->card_link = NULL; | ||
| 316 | up_write(&dev->dev.bus->subsys.rwsem); | ||
| 315 | return NULL; | 317 | return NULL; |
| 316 | } | 318 | } |
| 317 | } | 319 | } |
