···230 int online;231232 /* don't do any SCR stuff if we're not loading */233- if (!ATA_PFLAG_LOADING)234 goto skip_scr;235236 /* Resume phy. This is the old resume sequence from
···230 int online;231232 /* don't do any SCR stuff if we're not loading */233+ if (!(ap->pflags & ATA_PFLAG_LOADING))234 goto skip_scr;235236 /* Resume phy. This is the old resume sequence from