xf86-video-siliconmotion: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 20 01:46:19 UTC 2022


 .gitlab-ci.yml  |    4 ++--
 src/smi_video.c |   45 ++++++++++++++++++++++++++-------------------
 2 files changed, 28 insertions(+), 21 deletions(-)

New commits:
commit f3e48a4a0435ae17cff0b570d208a222fcd7fc58
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Dec 15 09:20:41 2022 -0800

    Replace malloc()+memset() with calloc()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 343b595d28a2808f08c99faabbde2d999e43b5e7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Dec 15 09:13:22 2022 -0800

    Replace malloc()+snprintf() with Xasprintf()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8cddfb1205dd000e5071c237fbbda84656149242
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Dec 8 18:03:11 2022 -0800

    Quiet -Wempty-body warning
    
    smi_video.c: In function ‘SetAttrSAA7111’:
    smi_video.c:802:33: warning: suggest braces around empty body
      in an ‘if’ statement [-Wempty-body]
          if ((j&7) == 7) DEBUG("\n");
                                     ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7c145c65e2feaf6ea63fdfba67bf7c0cd44b2fbe
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Dec 8 17:58:02 2022 -0800

    constify some char * declarations
    
    Clears 6 of 17 -Wdiscarded-qualifiers warnings from gcc
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 92f5cf6fcbec4bb9f59e4828d6eb38174aadb2a0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list