drm/amdgpu: Delete an unnecessary variable initialisation in amdgpu_cgs_acpi_eval_obj...
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 16 Jul 2016 12:54:12 +0000 (14:54 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Jul 2016 18:36:53 +0000 (14:36 -0400)
commiteb09d7a7c956f8c0edcdcf4eeb96f953587cd16e
tree3f2aefcaaf321fbe47a725e249393fdaaca5e9f5
parentdffa6d4f8062667d5ff555ca3a3ebed13ba5647f
drm/amdgpu: Delete an unnecessary variable initialisation in amdgpu_cgs_acpi_eval_object()

The variable "argument" 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/amdgpu/amdgpu_cgs.c