Skip to content

Commit

Permalink
drm/msm/dsi: Fixup missing *break* statement during cmd rx
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Li <hali@codeaurora.org>
  • Loading branch information
Hai Li authored and Rob Clark committed May 14, 2015
1 parent 6128f1b commit 651ad3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/msm/dsi/dsi_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -1797,6 +1797,7 @@ int msm_dsi_host_cmd_rx(struct mipi_dsi_host *host,
case MIPI_DSI_RX_ACKNOWLEDGE_AND_ERROR_REPORT:
pr_err("%s: rx ACK_ERR_PACLAGE\n", __func__);
ret = 0;
break;
case MIPI_DSI_RX_GENERIC_SHORT_READ_RESPONSE_1BYTE:
case MIPI_DSI_RX_DCS_SHORT_READ_RESPONSE_1BYTE:
ret = dsi_short_read1_resp(buf, msg);
Expand Down

0 comments on commit 651ad3f

Please sign in to comment.