diff options
author | Mathieu Malaterre <malat@debian.org> | 2019-01-14 21:27:47 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-01-15 12:50:24 +0100 |
commit | e9c0c874711bdcd6254f6a26f11b4329d7517c2b (patch) | |
tree | d97edbc58c0d9a23749a217a3245ab02307c9caf /drivers/gpu/drm/omapdrm/omap_connector.c | |
parent | 2db8ebca1f6c158d0d439ebec4d4b9924c4c3d3c (diff) |
drm/dp: annotate implicit fall throughs
There is a plan to build the kernel with -Wimplicit-fallthrough and
these places in the code produced warnings (W=1). Fix them up.
This commit remove the following warnings:
include/linux/compiler.h:77:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
include/asm-generic/bug.h:134:2: note: in expansion of macro 'unlikely'
drivers/gpu/drm/drm_dp_helper.c:155:3: note: in expansion of macro 'WARN'
include/linux/compiler.h:77:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
include/asm-generic/bug.h:134:2: note: in expansion of macro 'unlikely'
drivers/gpu/drm/drm_dp_helper.c:173:3: note: in expansion of macro 'WARN'
drivers/gpu/drm/drm_dp_helper.c:547:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Acked-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190114202748.15584-1-malat@debian.org
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_connector.c')
0 files changed, 0 insertions, 0 deletions