diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-08-10 12:29:23 (GMT) |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-10 12:29:23 (GMT) |
commit | cea0d336e7e139becc9432499e0ba8234ffbed5f (patch) | |
tree | 14c910c33c3eb79b35a5d3b5ecf7a299d0860b4c | |
parent | c6fd280766a050b13360d7c2d59a3d6bd3a27d9a (diff) | |
parent | a34b6fc04d58ad72fe0cc74cd448f4551bd2ebaf (diff) | |
download | linux-fsl-qoriq-cea0d336e7e139becc9432499e0ba8234ffbed5f.tar.xz |
Merge branch 'upstream-fixes' into upstream
-rw-r--r-- | drivers/ata/libata-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 7d786fb..0ac0b51 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -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; |