drm/i915/gvt: Mark expected switch fall-through in handle_g2v_notification
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 22 Mar 2018 17:27:54 +0000 (12:27 -0500)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Wed, 28 Mar 2018 08:14:59 +0000 (16:14 +0800)
commitac0fd9cfc837d1d30cb958dc34769e90aad43078
tree289e7cb9c69213778e14b8ef16a5acc58cc17982
parent9f591ae60e1be026901398ef99eede91237aa3a1
drm/i915/gvt: Mark expected switch fall-through in handle_g2v_notification

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 1466154 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/handlers.c