[PATCH:xf86-video-ast] Use proper type.

Thomas Klausner wiz at NetBSD.org
Sun Aug 17 14:34:50 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 d028ad7..7e96d2b 100644
--- a/src/ast_vgatool.c
+++ b/src/ast_vgatool.c
@@ -3444,7 +3444,7 @@ void ASTGetAST1180DRAMInfo(ScrnInfoPtr pScrn)
 void vASTEnableVGAMMIO(ScrnInfoPtr pScrn)
 {
     ASTRecPtr pAST = ASTPTR(pScrn);
-    ULONG ulData;
+    uint32_t ulData;
     UCHAR jReg;
 
     jReg = inb(pAST->RelocateIO + 0x43);
-- 
1.9.4



More information about the xorg-devel mailing list