diff options
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c index e6f2bb7365e6..8dfb59d58992 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_core.c +++ b/drivers/scsi/aic7xxx/aic7xxx_core.c | |||
@@ -5223,7 +5223,7 @@ ahc_chip_init(struct ahc_softc *ahc) | |||
5223 | 5223 | ||
5224 | /* | 5224 | /* |
5225 | * Setup the allowed SCSI Sequences based on operational mode. | 5225 | * Setup the allowed SCSI Sequences based on operational mode. |
5226 | * If we are a target, we'll enalbe select in operations once | 5226 | * If we are a target, we'll enable select in operations once |
5227 | * we've had a lun enabled. | 5227 | * we've had a lun enabled. |
5228 | */ | 5228 | */ |
5229 | scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP; | 5229 | scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP; |