drm/amd/powerplay: Delete an unnecessary variable initialisation in phm_dispatch_table()
authorSF Markus Elfring <elfring@users.sourceforge.net>
Sat, 16 Jul 2016 15:10:28 +0000 (17:10 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Jul 2016 18:36:55 +0000 (14:36 -0400)
commit63edf1b469445e5e254520b0c7b8af6080600892
tree75de2c30a6e99e7b4a85948a65016cd3a228473e
parenteb923ea6fa77ac5ec9eca617444d34b179669a2e
drm/amd/powerplay: Delete an unnecessary variable initialisation in phm_dispatch_table()

The variable "result" will be set to an appropriate value a bit later.
Thus omit the explicit initialisation at the beginning.

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