Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276687
b: refs/heads/master
c: 6225da4
h: refs/heads/master
i:
  276685: 992a3c5
  276683: 5e0d03e
  276679: 91afcaf
  276671: 3d04eb3
v: v3
  • Loading branch information
Stephen M. Cameron authored and Jens Axboe committed Nov 28, 2011
1 parent e87babb commit 2e085dd
Show file tree
Hide file tree
Showing 2 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: ae95757a9065d89be7c1ca613b53163dd30858b7
refs/heads/master: 6225da481597ebff09454c785fe0afc7f5fdbb77
4 changes: 2 additions & 2 deletions trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -4880,7 +4880,7 @@ static int cciss_request_irq(ctlr_info_t *h,
{
if (h->msix_vector || h->msi_vector) {
if (!request_irq(h->intr[h->intr_mode], msixhandler,
IRQF_DISABLED, h->devname, h))
0, h->devname, h))
return 0;
dev_err(&h->pdev->dev, "Unable to get msi irq %d"
" for %s\n", h->intr[h->intr_mode],
Expand All @@ -4889,7 +4889,7 @@ static int cciss_request_irq(ctlr_info_t *h,
}

if (!request_irq(h->intr[h->intr_mode], intxhandler,
IRQF_DISABLED, h->devname, h))
IRQF_SHARED, h->devname, h))
return 0;
dev_err(&h->pdev->dev, "Unable to get irq %d for %s\n",
h->intr[h->intr_mode], h->devname);
Expand Down

0 comments on commit 2e085dd

Please sign in to comment.