Loading drivers/block/mg_disk.c +1 −2 Original line number Diff line number Diff line Loading @@ -974,8 +974,7 @@ static int mg_probe(struct platform_device *plat_dev) host->breq->queuedata = host; /* mflash is random device, thanx for the noop */ elevator_exit(host->breq->elevator); err = elevator_init(host->breq, "noop"); err = elevator_change(host->breq, "noop"); if (err) { printk(KERN_ERR "%s:%d (elevator_init) fail\n", __func__, __LINE__); Loading drivers/s390/char/tape_block.c +1 −2 Original line number Diff line number Diff line Loading @@ -217,8 +217,7 @@ tapeblock_setup_device(struct tape_device * device) if (!blkdat->request_queue) return -ENOMEM; elevator_exit(blkdat->request_queue->elevator); rc = elevator_init(blkdat->request_queue, "noop"); rc = elevator_change(blkdat->request_queue, "noop"); if (rc) goto cleanup_queue; Loading Loading
drivers/block/mg_disk.c +1 −2 Original line number Diff line number Diff line Loading @@ -974,8 +974,7 @@ static int mg_probe(struct platform_device *plat_dev) host->breq->queuedata = host; /* mflash is random device, thanx for the noop */ elevator_exit(host->breq->elevator); err = elevator_init(host->breq, "noop"); err = elevator_change(host->breq, "noop"); if (err) { printk(KERN_ERR "%s:%d (elevator_init) fail\n", __func__, __LINE__); Loading
drivers/s390/char/tape_block.c +1 −2 Original line number Diff line number Diff line Loading @@ -217,8 +217,7 @@ tapeblock_setup_device(struct tape_device * device) if (!blkdat->request_queue) return -ENOMEM; elevator_exit(blkdat->request_queue->elevator); rc = elevator_init(blkdat->request_queue, "noop"); rc = elevator_change(blkdat->request_queue, "noop"); if (rc) goto cleanup_queue; Loading