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 1ee00c8b5b04..93dabdcd2cbe 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c | |||
| @@ -3843,7 +3843,7 @@ int ata_sas_async_port_init(struct ata_port *ap) | |||
| 3843 | int rc = ap->ops->port_start(ap); | 3843 | int rc = ap->ops->port_start(ap); |
| 3844 | 3844 | ||
| 3845 | if (!rc) { | 3845 | if (!rc) { |
| 3846 | ap->print_id = ata_print_id++; | 3846 | ap->print_id = atomic_inc_return(&ata_print_id); |
| 3847 | __ata_port_probe(ap); | 3847 | __ata_port_probe(ap); |
| 3848 | } | 3848 | } |
| 3849 | 3849 | ||
| @@ -3867,7 +3867,7 @@ int ata_sas_port_init(struct ata_port *ap) | |||
| 3867 | int rc = ap->ops->port_start(ap); | 3867 | int rc = ap->ops->port_start(ap); |
| 3868 | 3868 | ||
| 3869 | if (!rc) { | 3869 | if (!rc) { |
| 3870 | ap->print_id = ata_print_id++; | 3870 | ap->print_id = atomic_inc_return(&ata_print_id); |
| 3871 | rc = ata_port_probe(ap); | 3871 | rc = ata_port_probe(ap); |
| 3872 | } | 3872 | } |
| 3873 | 3873 | ||
