projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6128f1b
)
drm/msm/dsi: Fixup missing *break* statement during cmd rx
author
Hai Li
<hali@codeaurora.org>
Wed, 29 Apr 2015 15:38:59 +0000
(11:38 -0400)
committer
Rob Clark
<robdclark@gmail.com>
Thu, 14 May 2015 15:28:58 +0000
(11:28 -0400)
Signed-off-by: Hai Li <hali@codeaurora.org>
drivers/gpu/drm/msm/dsi/dsi_host.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/msm/dsi/dsi_host.c
b/drivers/gpu/drm/msm/dsi/dsi_host.c
index
28e7127
..
a3ff0e2
100644
(file)
--- a/
drivers/gpu/drm/msm/dsi/dsi_host.c
+++ b/
drivers/gpu/drm/msm/dsi/dsi_host.c
@@
-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);