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:
53cbf65
)
drm/amd/display: Fix brace style in amdgpu_dm_initialize_drm_device()
author
Tom St Denis
<
[email protected]
>
Tue, 17 Oct 2017 13:09:42 +0000
(09:09 -0400)
committer
Alex Deucher
<
[email protected]
>
Sat, 21 Oct 2017 20:53:26 +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 bb83da6fd31b06b8d87ad1a2a0e0ac3b4c710ce7..fb24ba69b2a6e1b503039a7dce6aa59550876cf8 100644
(file)
--- a/
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@
-1412,9
+1412,8
@@
static int amdgpu_dm_initialize_drm_device(struct amdgpu_device *adev)
goto fail_free_planes;
aencoder = kzalloc(sizeof(*aencoder), GFP_KERNEL);
- if (!aencoder)
{
+ if (!aencoder)
goto fail_free_connector;
- }
if (amdgpu_dm_encoder_init(dm->ddev, aencoder, i)) {
DRM_ERROR("KMS: Failed to initialize encoder\n");