Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5862
b: refs/heads/master
c: 30d5b64
h: refs/heads/master
v: v3
  • Loading branch information
Jaroslav Kysela authored and Linus Torvalds committed Aug 18, 2005
1 parent 290080d commit 057ce30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 518e6540831c69422faecceee8f964bd439ac9d0
refs/heads/master: 30d5b64b63fa69af31b2cba32e6d71d68526eec9
2 changes: 2 additions & 0 deletions trunk/drivers/pnp/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ struct pnp_dev * pnp_request_card_device(struct pnp_card_link *clink, const char
if (drv->link.driver.probe) {
if (drv->link.driver.probe(&dev->dev)) {
dev->dev.driver = NULL;
dev->card_link = NULL;
up_write(&dev->dev.bus->subsys.rwsem);
return NULL;
}
}
Expand Down

0 comments on commit 057ce30

Please sign in to comment.