Merge branch 'upstream-fixes' into upstream
[deliverable/linux.git] / drivers / ata / libata-core.c
index 7d786fba4d82dee67f55c72eb3114b7e087886ec..0ac0b519cf2d9bd57dd4f358e6c7cb506188edc1 100644 (file)
@@ -2745,7 +2745,7 @@ int sata_std_hardreset(struct ata_port *ap, unsigned int *class)
                if ((rc = sata_scr_read(ap, SCR_CONTROL, &scontrol)))
                        return rc;
 
-               scontrol = (scontrol & 0x0f0) | 0x302;
+               scontrol = (scontrol & 0x0f0) | 0x304;
 
                if ((rc = sata_scr_write(ap, SCR_CONTROL, scontrol)))
                        return rc;
This page took 0.024036 seconds and 5 git commands to generate.