projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fb0c9c
)
drm/amd/display: Fix brace style in amdgpu_dm_update_connector_after_detect()
author
Tom St Denis
<
[email protected]
>
Tue, 17 Oct 2017 12:59:18 +0000
(08:59 -0400)
committer
Alex Deucher
<
[email protected]
>
Sat, 21 Oct 2017 20:53:16 +0000
(16:53 -0400)
Signed-off-by: Tom St Denis <
[email protected]
>
Acked-by: Andrey Grodzovsky <
[email protected]
>
Reviewed-by: Harry Wentland <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index a7bbd22e8f125b2bf1bd01a0ce3755ec682927a5..7999eadddd75f62c61ab7b9b41dd08d90bbc7435 100644
(file)
--- a/
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@
-890,9
+890,9
@@
amdgpu_dm_update_connector_after_detect(struct amdgpu_dm_connector *aconnector)
connector);
aconnector->dc_sink = sink;
- if (sink->dc_edid.length == 0)
+ if (sink->dc_edid.length == 0)
{
aconnector->edid = NULL;
- else {
+
}
else {
aconnector->edid =
(struct edid *) sink->dc_edid.raw_edid;