Fixed warning reported by kernel test robot:
1.warning: variable 'ras_obj' is used uninitialized
  whenever '||' condition is true.
Signed-off-by: yipechai <YiPeng.Chai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
 int amdgpu_ras_block_late_init(struct amdgpu_device *adev,
                         struct ras_common_if *ras_block)
 {
-       struct amdgpu_ras_block_object *ras_obj;
+       struct amdgpu_ras_block_object *ras_obj = NULL;
        struct amdgpu_ras *con = amdgpu_ras_get_context(adev);
        unsigned long ue_count, ce_count;
        int r;