diff options
| -rw-r--r-- | drivers/block/sunvdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/sunvdc.c b/drivers/block/sunvdc.c index 4dff49256ac2..317a790c153b 100644 --- a/drivers/block/sunvdc.c +++ b/drivers/block/sunvdc.c | |||
| @@ -417,7 +417,7 @@ static int __send_request(struct request *req) | |||
| 417 | desc->req_id = port->req_id; | 417 | desc->req_id = port->req_id; |
| 418 | desc->operation = op; | 418 | desc->operation = op; |
| 419 | if (port->vdisk_type == VD_DISK_TYPE_DISK) { | 419 | if (port->vdisk_type == VD_DISK_TYPE_DISK) { |
| 420 | desc->slice = 2; | 420 | desc->slice = 0xff; |
| 421 | } else { | 421 | } else { |
| 422 | desc->slice = 0; | 422 | desc->slice = 0; |
| 423 | } | 423 | } |
