Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275349
b: refs/heads/master
c: 6ea741a
h: refs/heads/master
i:
  275347: 4f436b5
v: v3
  • Loading branch information
Yong Zhang authored and Benjamin Herrenschmidt committed Nov 8, 2011
1 parent f473a2a commit 054ed4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: a3a9f3b47d12b5f6dfc9c7ed9d7b193d77812195
refs/heads/master: 6ea741a13690da9dbbac76175db8e313b0c4b817
2 changes: 1 addition & 1 deletion trunk/drivers/ps3/ps3-vuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ static int ps3_vuart_bus_interrupt_get(void)
}

result = request_irq(vuart_bus_priv.virq, ps3_vuart_irq_handler,
IRQF_DISABLED, "vuart", &vuart_bus_priv);
0, "vuart", &vuart_bus_priv);

if (result) {
pr_debug("%s:%d: request_irq failed (%d)\n",
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ps3/ps3stor_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ int ps3stor_setup(struct ps3_storage_device *dev, irq_handler_t handler)
goto fail_close_device;
}

error = request_irq(dev->irq, handler, IRQF_DISABLED,
error = request_irq(dev->irq, handler, 0,
dev->sbd.core.driver->name, dev);
if (error) {
dev_err(&dev->sbd.core, "%s:%u: request_irq failed %d\n",
Expand Down

0 comments on commit 054ed4c

Please sign in to comment.