Alan Coopersmith e285658e60 VESAValidMode: remove duplicate call to VESAGetRec
Found by cppcheck:

src/vesa.c:356:11: style: Redundant initialization for 'pVesa'. The initialized value is overwritten before it is read. [redundantInitialization]
    pVesa = VESAGetRec(pScrn);
          ^
src/vesa.c:350:19: note: pVesa is initialized
    VESAPtr pVesa = VESAGetRec(pScrn);
                  ^
src/vesa.c:356:11: note: pVesa is overwritten
    pVesa = VESAGetRec(pScrn);
          ^

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-10-17 11:48:57 -07:00
2010-10-06 20:51:18 -07:00
2017-01-26 14:00:22 +10:00
2018-11-18 16:43:51 -08:00
2022-01-30 08:53:56 -08:00

xf86-video-vesa - Generic VESA video driver for the Xorg X server

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

Description
No description provided
Readme 715 KiB
Languages
C 89.8%
Makefile 5.1%
M4 4.5%
Shell 0.6%