Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320730
b: refs/heads/master
c: 89c30f1
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 19, 2012
1 parent a304a29 commit 19a4809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 9751bfd1c9177a8ab0a910fe279a8815e498561e
refs/heads/master: 89c30f161cd03d9baa4c88105b0449ce7025d713
5 changes: 2 additions & 3 deletions trunk/drivers/block/xen-blkfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,9 +854,8 @@ static int setup_blkring(struct xenbus_device *dev,
if (err)
goto fail;

err = bind_evtchn_to_irqhandler(info->evtchn,
blkif_interrupt,
IRQF_SAMPLE_RANDOM, "blkif", info);
err = bind_evtchn_to_irqhandler(info->evtchn, blkif_interrupt, 0,
"blkif", info);
if (err <= 0) {
xenbus_dev_fatal(dev, err,
"bind_evtchn_to_irqhandler failed");
Expand Down

0 comments on commit 19a4809

Please sign in to comment.