Skip to content
Commit d00f3bbd authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Ben Hutchings
Browse files

drm/radeon/evergreen_cs: fix missing break in switch statement

commit cc5034a5 upstream.

Add missing break statement in order to prevent the code from falling
through to case CB_TARGET_MASK.

This bug was found thanks to the ongoing efforts to enable
-Wimplicit-fallthrough.

Fixes: dd220a00

 ("drm/radeon/kms: add support for streamout v7")
Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent d57f544e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment