Mesa (master): isl: Remove useless qualifier from return type.

Matt Turner mattst88 at kemper.freedesktop.org
Wed May 25 19:52:59 UTC 2016


Module: Mesa
Branch: master
Commit: 47dca316065e02ab27200e50f245f36ca95ffc01
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=47dca316065e02ab27200e50f245f36ca95ffc01

Author: Matt Turner <mattst88 at gmail.com>
Date:   Tue May 24 12:29:51 2016 -0700

isl: Remove useless qualifier from return type.

Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

---

 src/intel/isl/isl_surface_state.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/isl/isl_surface_state.c b/src/intel/isl/isl_surface_state.c
index dd88531..cc9c94a 100644
--- a/src/intel/isl/isl_surface_state.c
+++ b/src/intel/isl/isl_surface_state.c
@@ -90,7 +90,7 @@ static const uint32_t isl_to_gen_multisample_layout[] = {
 };
 #endif
 
-static const uint8_t
+static uint8_t
 get_surftype(enum isl_surf_dim dim, isl_surf_usage_flags_t usage)
 {
    switch (dim) {




More information about the mesa-commit mailing list