Revision 5896585512e5156482335e902f7c7393b940da51 authored by Furquan Shaikh on 20 August 2020, 07:52:41 UTC, committed by Alex Deucher on 26 August 2020, 19:13:14 UTC
In `amdgpu_dm_update_backlight_caps()`, there is a local
`amdgpu_dm_backlight_caps` object that is filled in by
`amdgpu_acpi_get_backlight_caps()`. However, this object is
uninitialized before the call and hence the subsequent check for
aux_support can fail since it is not initialized by
`amdgpu_acpi_get_backlight_caps()` as well. This change initializes
this local `amdgpu_dm_backlight_caps` object to 0.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Furquan Shaikh <furquan@google.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 168f09c
History
File Mode Size
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 414 bytes
cache.c -rw-r--r-- 10.6 KB
cookie.c -rw-r--r-- 25.2 KB
fsdef.c -rw-r--r-- 2.9 KB
histogram.c -rw-r--r-- 2.2 KB
internal.h -rw-r--r-- 13.5 KB
main.c -rw-r--r-- 4.6 KB
netfs.c -rw-r--r-- 1.9 KB
object-list.c -rw-r--r-- 11.3 KB
object.c -rw-r--r-- 32.9 KB
operation.c -rw-r--r-- 17.0 KB
page.c -rw-r--r-- 33.0 KB
proc.c -rw-r--r-- 1.7 KB
stats.c -rw-r--r-- 9.9 KB

back to top