diff options
Diffstat (limited to 'drivers/ide/ide-atapi.c')
-rw-r--r-- | drivers/ide/ide-atapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-atapi.c b/drivers/ide/ide-atapi.c index 757e5956b132..bbdd2547f12a 100644 --- a/drivers/ide/ide-atapi.c +++ b/drivers/ide/ide-atapi.c | |||
@@ -259,7 +259,7 @@ void ide_retry_pc(ide_drive_t *drive) | |||
259 | pc->req_xfer = blk_rq_bytes(sense_rq); | 259 | pc->req_xfer = blk_rq_bytes(sense_rq); |
260 | 260 | ||
261 | if (drive->media == ide_tape) | 261 | if (drive->media == ide_tape) |
262 | set_bit(IDE_AFLAG_IGNORE_DSC, &drive->atapi_flags); | 262 | drive->atapi_flags |= IDE_AFLAG_IGNORE_DSC; |
263 | 263 | ||
264 | /* | 264 | /* |
265 | * Push back the failed request and put request sense on top | 265 | * Push back the failed request and put request sense on top |