Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
651ad3f5
Commit
651ad3f5
authored
Apr 29, 2015
by
Hai Li
Committed by
Rob Clark
May 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/msm/dsi: Fixup missing *break* statement during cmd rx
Signed-off-by:
Hai Li
<
hali@codeaurora.org
>
parent
6128f1be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
drivers/gpu/drm/msm/dsi/dsi_host.c
drivers/gpu/drm/msm/dsi/dsi_host.c
+1
-0
No files found.
drivers/gpu/drm/msm/dsi/dsi_host.c
View file @
651ad3f5
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment