]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitace8287f0cd94f8069df81f45ea276162190e345
tree133365eae6a8f7404ae7e709594453a41762ccdc
parentb67c2ffe9d9468f522c5d0533003e12f94564336
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