drm/amd/powerplay: Change assignment for a buffer variable in phm_dispatch_table...
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 16 Jul 2016 13:36:36 +0000 (15:36 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Jul 2016 18:36:54 +0000 (14:36 -0400)
commiteb923ea6fa77ac5ec9eca617444d34b179669a2e
tree133365eae6a8f7404ae7e709594453a41762ccdc
parentb4fc5972c18d59b42d503d96147549a97784f912
drm/amd/powerplay: Change assignment for a buffer variable in phm_dispatch_table() v2

The variable "temp_storage" was eventually reassigned with a pointer.
Thus omit the explicit initialisation at the beginning.

v2: agd: fix coding style

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/functiontables.c