Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317218
b: refs/heads/master
c: 786d986
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Iglesias Gonsalvez authored and Greg Kroah-Hartman committed Jun 7, 2012
1 parent 82dbfe1 commit 401b5e6
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: 6ad0c486a4e702fa059ea24c2585c416f01f4664
refs/heads/master: 786d986ea25632e3d8e7ad5ac2780861ff2b654f
2 changes: 2 additions & 0 deletions trunk/drivers/staging/ipack/bridges/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,8 @@ static int tpci200_request_irq(struct ipack_device *dev, int vector,
static void tpci200_slot_remove(struct tpci200_slot *slot)
{
if ((slot->dev == NULL) ||
(slot->dev->driver == NULL) ||
(slot->dev->driver->ops == NULL) ||
(slot->dev->driver->ops->remove == NULL))
return;

Expand Down

0 comments on commit 401b5e6

Please sign in to comment.