[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_ums.c

Kevin Brace kevinbrace at kemper.freedesktop.org
Mon Jun 20 06:38:46 UTC 2016


 configure.ac  |    2 +-
 src/via_ums.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f9d2a880ff2704420b4ec42a23c243780fefff36
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 20 01:35:55 2016 -0500

    Version bumped to 0.4.189
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index de2bb89..8c8a6d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.4.188],
+        [0.4.189],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit 433e10d7aa948fa503a7b19cd007f50cb67d36e0
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Jun 20 01:30:15 2016 -0500

    Fix when compiling in a build environment without libpciaccess
    
    Commit 19ad415 introduced a syntax error if the code was compiled
    in a build environment without libpciaccess. This was observed on
    Ubuntu 8.04.4 LTS.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/via_ums.c b/src/via_ums.c
index 8fbd6bd..92b2cb5 100644
--- a/src/via_ums.c
+++ b/src/via_ums.c
@@ -363,7 +363,7 @@ viaUnmapMMIO(ScrnInfoPtr pScrn)
     if (pVia->BltBase) {
         xf86UnMapVidMem(pScrn->scrnIndex, (pointer) pVia->BltBase,
                         VIA_MMIO_BLTSIZE);
-    {
+    }
 
     if (pVia->MapBase) {
         xf86UnMapVidMem(pScrn->scrnIndex, (pointer) pVia->MapBase,


More information about the Openchrome-devel mailing list