iris: add missing fallthrough comment

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5714>
This commit is contained in:
Timothy Arceri 2020-07-01 16:41:07 +10:00
parent 1a8f918050
commit 0d5427fa44

View file

@ -997,6 +997,7 @@ iris_resource_render_aux_usage(struct iris_context *ice,
render_format)) {
return res->aux.usage;
}
/* fallthrough */
default:
return ISL_AUX_USAGE_NONE;