[PATCH:xf86-video-ast] Use uint32_t for a variable that's passed to a function expecting a uint32_t.
Alan Coopersmith
alan.coopersmith at oracle.com
Thu Jun 6 23:02:13 PDT 2013
On 06/ 2/13 02:36 PM, Thomas Klausner wrote:
> ---
> src/ast_vgatool.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c
> index 513cf7b..378822a 100644
> --- a/src/ast_vgatool.c
> +++ b/src/ast_vgatool.c
> @@ -2709,7 +2709,7 @@ void vGetDefaultSettings(ScrnInfoPtr pScrn)
> Bool InitVGA(ScrnInfoPtr pScrn, ULONG Flags)
> {
> ASTRecPtr pAST;
> - ULONG ulData;
> + uint32_t ulData;
>
> pAST = ASTPTR(pScrn);
>
> @@ -3005,7 +3005,7 @@ GetVGAEDID(ScrnInfoPtr pScrn, unsigned char *pEDIDBuffer)
> Bool bInitAST1180(ScrnInfoPtr pScrn)
> {
> ASTRecPtr pAST;
> - ULONG ulData;
> + uint32_t ulData;
>
> pAST = ASTPTR(pScrn);
>
>
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
and pushed:
To ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ast
0833e00..414341b master -> master
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
More information about the xorg-devel
mailing list