diff options
Diffstat (limited to 'drivers/ata/libata-scsi.c')
| -rw-r--r-- | drivers/ata/libata-scsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 6abd17a85b13..280729325ebd 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c | |||
| @@ -1995,8 +1995,8 @@ static unsigned int ata_scsiop_inq_std(struct ata_scsi_args *args, u8 *rbuf) | |||
| 1995 | 1995 | ||
| 1996 | VPRINTK("ENTER\n"); | 1996 | VPRINTK("ENTER\n"); |
| 1997 | 1997 | ||
| 1998 | /* set scsi removeable (RMB) bit per ata bit */ | 1998 | /* set scsi removable (RMB) bit per ata bit */ |
| 1999 | if (ata_id_removeable(args->id)) | 1999 | if (ata_id_removable(args->id)) |
| 2000 | hdr[1] |= (1 << 7); | 2000 | hdr[1] |= (1 << 7); |
| 2001 | 2001 | ||
| 2002 | if (args->dev->class == ATA_DEV_ZAC) { | 2002 | if (args->dev->class == ATA_DEV_ZAC) { |
