Skip to content
Commit d7499634 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rob Clark
Browse files

drm/msm/adreno: Do not propagate void return values



With sparse ("make C=2"), lots of

  error: return expression in void function

messages are seen.

Fix this by removing the return statements to propagate void return
values.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Patchwork: https://patchwork.freedesktop.org/patch/492529/
Link: https://lore.kernel.org/r/0083bc7e23753c19902580b902582ae499b44dbf.1657113388.git.geert@linux-m68k.org


Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent 18514c38
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