drm/amdgpu: unlock on error in amdgpu_ras_debugfs_table_read()
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 3 Jul 2021 09:45:39 +0000 (12:45 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 8 Jul 2021 21:47:16 +0000 (17:47 -0400)
commitb8badd507a5b76a8e58c864b01116f3de43464cb
tree09fcd20b0c976851c0d77d2c61f1e950bfdabfef
parent1d864f1088bbcf7f6ffa83053dcc8684a1a436cb
drm/amdgpu: unlock on error in amdgpu_ras_debugfs_table_read()

This error path needs to unlock before returning.  While we're at it,
the correct error code from copy_to_user() failure is -EFAULT, not
-EINVAL.

Fixes: c65b0805e77919 ("drm/amdgpu: RAS EEPROM table is now in debugfs")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Luben Tuikov <luben.tuikov@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c