aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/char')
-rw-r--r--drivers/s390/char/tape_core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/s390/char/tape_core.c b/drivers/s390/char/tape_core.c
index 5cd31e071647..27503a778fcb 100644
--- a/drivers/s390/char/tape_core.c
+++ b/drivers/s390/char/tape_core.c
@@ -579,7 +579,8 @@ tape_generic_probe(struct ccw_device *cdev)
579 device = tape_alloc_device(); 579 device = tape_alloc_device();
580 if (IS_ERR(device)) 580 if (IS_ERR(device))
581 return -ENODEV; 581 return -ENODEV;
582 ccw_device_set_options(cdev, CCWDEV_DO_PATHGROUP); 582 ccw_device_set_options(cdev, CCWDEV_DO_PATHGROUP |
583 CCWDEV_DO_MULTIPATH);
583 ret = sysfs_create_group(&cdev->dev.kobj, &tape_attr_group); 584 ret = sysfs_create_group(&cdev->dev.kobj, &tape_attr_group);
584 if (ret) { 585 if (ret) {
585 tape_put_device(device); 586 tape_put_device(device);