summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2008-02-28 17:01:14 -0500
committerAlex Deucher <alex@botch2.(none)>2008-02-28 17:01:14 -0500
commitd8d6c9fe4ae7e1ab67dd041a251e901d97c29ed6 (patch)
tree0c617954a051b077a817fd7db4dff35c459e1de3
parent46547ae8bdbc5c10f1fd028b95ec4c5c31a5b318 (diff)
RS6xx: fix typos in previous commit
Noted by Maciej Cencora on IRC
-rw-r--r--src/radeon_driver.c2
-rw-r--r--src/radeon_probe.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index e9c24af..10b0b8c 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -4354,7 +4354,7 @@ avivo_restore(ScrnInfoPtr pScrn, RADEONSavePtr restore)
if (info->IsIGP) {
int i, j = 0;
- for (i = 0x7200; i <= 0x7290; i =+ 4) {
+ for (i = 0x7200; i <= 0x7290; i += 4) {
OUTREG(i, state->ddia[j]);
j++;
}
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index d11f3d9..82bb153 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -362,7 +362,7 @@ struct avivo_state
struct avivo_dig_state tmds2;
/* DDIA block on RS6xx chips */
- CARD32 ddia[36];
+ CARD32 ddia[37];
};
/*