aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600/sb600_sata.c
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2009-10-14 02:56:00 +0000
committerZheng Bao <Zheng.Bao@amd.com>2009-10-14 02:56:00 +0000
commitcb69cb3e69425079d2046c7883865485f2c00dc4 (patch)
treee7a192d2c356a4cbf4d69353b225a9de99b4d807 /src/southbridge/amd/sb600/sb600_sata.c
parentb0575d8e1fe1a3368ec4690dde4ffd4fe7f033d3 (diff)
delete white trailing spaces. It is done by the perl command.
sh> perl -pi -e 's/[[:blank:]]+$//' $files Trivial. Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Zheng Bao <zheng.bao@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4772 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb600/sb600_sata.c')
-rw-r--r--src/southbridge/amd/sb600/sb600_sata.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/southbridge/amd/sb600/sb600_sata.c b/src/southbridge/amd/sb600/sb600_sata.c
index 377db10c13..3d7f2c416c 100644
--- a/src/southbridge/amd/sb600/sb600_sata.c
+++ b/src/southbridge/amd/sb600/sb600_sata.c
@@ -185,14 +185,14 @@ static void sata_init(struct device *dev)
byte = readb(sata_bar5 + 0x12C + 0x80 * i);
/* Set Reset Bit and 1.5g bit */
- byte |= 0x11;
+ byte |= 0x11;
writeb(byte, (sata_bar5 + 0x12C + 0x80 * i));
-
- /* Wait 1ms */
- mdelay(1);
+
+ /* Wait 1ms */
+ mdelay(1);
/* Clear Reset Bit */
- byte &= ~0x01;
+ byte &= ~0x01;
writeb(byte, (sata_bar5 + 0x12C + 0x80 * i));
/* Wait 1ms */