mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
isl: Remove useless qualifier from return type.
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
71c30bd87c
commit
47dca31606
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue