[PATCH:xf86-video-ast 2/3] Use proper type.
Thomas Klausner
wiz at NetBSD.org
Fri Mar 21 15:43:43 PDT 2014
Two other places in this file already use uint32_t when passing
it to PCI_READ_LONG.
Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
---
src/ast_vgatool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c
index 73d379c..5181eb0 100644
--- a/src/ast_vgatool.c
+++ b/src/ast_vgatool.c
@@ -6922,7 +6922,7 @@ void GetAST1180DRAMInfo(ScrnInfoPtr pScrn)
void vEnableASTVGAMMIO(ScrnInfoPtr pScrn)
{
ASTRecPtr pAST = ASTPTR(pScrn);
- ULONG ulData;
+ uint32_t ulData;
UCHAR jReg;
jReg = inb(pAST->RelocateIO + 0x43);
--
1.9.0
More information about the xorg-devel
mailing list