aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/xen-blkfront.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index e4fb3374dcd2..2c2d2e5c1597 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -888,9 +888,8 @@ static int setup_blkring(struct xenbus_device *dev,
888 if (err) 888 if (err)
889 goto fail; 889 goto fail;
890 890
891 err = bind_evtchn_to_irqhandler(info->evtchn, 891 err = bind_evtchn_to_irqhandler(info->evtchn, blkif_interrupt, 0,
892 blkif_interrupt, 892 "blkif", info);
893 IRQF_SAMPLE_RANDOM, "blkif", info);
894 if (err <= 0) { 893 if (err <= 0) {
895 xenbus_dev_fatal(dev, err, 894 xenbus_dev_fatal(dev, err,
896 "bind_evtchn_to_irqhandler failed"); 895 "bind_evtchn_to_irqhandler failed");