]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/scsi/aic7xxx/aic7xxx_core.c
Merge tag 'for-linus-5.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubca...
[linux.git] / drivers / scsi / aic7xxx / aic7xxx_core.c
index a9d40d3b90efcbfc9eebf9910cff6bc2299deee0..4190a025381a50445f18fee532ae28addd76cada 100644 (file)
@@ -2314,7 +2314,7 @@ ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,
                         * At some speeds, we only support
                         * ST transfers.
                         */
-                       if ((syncrate->sxfr_u2 & ST_SXFR) != 0)
+                       if ((syncrate->sxfr_u2 & ST_SXFR) != 0)
                                *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
                        break;
                }