]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amdgpu/display: add fallthrough comment
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Dec 2019 21:38:01 +0000 (16:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Dec 2019 23:24:16 +0000 (18:24 -0500)
To avoid a compiler warning.

Reviewed-by: Zhan Liu <zhan.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_aux.c

index 46a603bfa4bd0059c2abeead86bb387eae678f38..793c0cec407f9d36661216d55b55b0ba1fd3c6cd 100644 (file)
@@ -617,6 +617,7 @@ bool dce_aux_transfer_with_retries(struct ddc_service *ddc,
                        case AUX_TRANSACTION_REPLY_AUX_DEFER:
                        case AUX_TRANSACTION_REPLY_I2C_OVER_AUX_DEFER:
                                retry_on_defer = true;
+                               /* fall through */
                        case AUX_TRANSACTION_REPLY_I2C_OVER_AUX_NACK:
                                if (++aux_defer_retries >= AUX_MAX_DEFER_RETRIES) {
                                        goto fail;