summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Behan <connor.behan@gmail.com>2015-03-02 15:18:19 -0500
committerConnor Behan <connor.behan@gmail.com>2015-03-02 15:28:03 -0500
commit86533afa3dd9a3567330f157d03cd8188f89cc72 (patch)
treeca8ab42a8f6ea29d730995b307ae7e973f48e67c
parentfcee44e469b22934a04bd3ee19ed101aaa176a54 (diff)
Typo fix
This only affects XAA builds but still. Thank-you to Andrew Randrianasulu for the patch. Signed-off-by: Connor Behan <connor.behan@gmail.com>
-rw-r--r--src/r128_accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_accel.c b/src/r128_accel.c
index c88e8f9..7f70220 100644
--- a/src/r128_accel.c
+++ b/src/r128_accel.c
@@ -1851,7 +1851,7 @@ static void R128MMIOAccelInit(ScrnInfoPtr pScrn, XAAInfoRecPtr a)
| LEFT_EDGE_CLIPPING_NEGATIVE_X
| SCANLINE_PAD_DWORD;
- if (xf86IsEntityShared(info->pEnt-index)) {
+ if (xf86IsEntityShared(info->pEnt->index)) {
/* If there are more than one devices sharing this entity, we
* have to assign this call back, otherwise the XAA will be
* disabled.