diff options
Diffstat (limited to 'drivers/scsi/atp870u.c')
-rw-r--r-- | drivers/scsi/atp870u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/atp870u.c b/drivers/scsi/atp870u.c index a198d86667e9..58d7e34807aa 100644 --- a/drivers/scsi/atp870u.c +++ b/drivers/scsi/atp870u.c | |||
@@ -3047,7 +3047,7 @@ flash_ok_885: | |||
3047 | if (atp_dev.chip_ver == 4) | 3047 | if (atp_dev.chip_ver == 4) |
3048 | shpnt->max_id = 16; | 3048 | shpnt->max_id = 16; |
3049 | else | 3049 | else |
3050 | shpnt->max_id = 7; | 3050 | shpnt->max_id = 8; |
3051 | shpnt->this_id = host_id; | 3051 | shpnt->this_id = host_id; |
3052 | shpnt->unique_id = base_io; | 3052 | shpnt->unique_id = base_io; |
3053 | shpnt->io_port = base_io; | 3053 | shpnt->io_port = base_io; |