diff options
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/ide-tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c index bb71e1e99dad..3a3f10f3f8fe 100644 --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c | |||
@@ -1512,7 +1512,7 @@ static int idetape_chrdev_open(struct inode *inode, struct file *filp) | |||
1512 | goto out_put_tape; | 1512 | goto out_put_tape; |
1513 | } | 1513 | } |
1514 | 1514 | ||
1515 | idetape_read_position(drive); | 1515 | ide_tape_read_position(drive); |
1516 | if (!test_bit(ilog2(IDE_AFLAG_ADDRESS_VALID), &drive->atapi_flags)) | 1516 | if (!test_bit(ilog2(IDE_AFLAG_ADDRESS_VALID), &drive->atapi_flags)) |
1517 | (void)idetape_rewind_tape(drive); | 1517 | (void)idetape_rewind_tape(drive); |
1518 | 1518 | ||