Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337836
b: refs/heads/master
c: 9d10b22
h: refs/heads/master
v: v3
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent fd034d8 commit 89be8fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a8f4a07e668ea9500df83bbe1d73cd06145cdb8
refs/heads/master: 9d10b221264b9383fcf8e8628f89e9859c05599d
3 changes: 2 additions & 1 deletion trunk/drivers/staging/ipack/carriers/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ static int tpci200_request_irq(struct ipack_device *dev,

if (tpci200->slots[dev->slot].irq != NULL) {
dev_err(&dev->dev,
"Slot [%d:%d] IRQ already registered !\n", dev->bus->bus_nr,
"Slot [%d:%d] IRQ already registered !\n",
dev->bus->bus_nr,
dev->slot);
res = -EINVAL;
goto out_unlock;
Expand Down

0 comments on commit 89be8fc

Please sign in to comment.