diff options
author | 2023-07-26 12:41:17 +0530 | |
---|---|---|
committer | 2023-07-27 14:59:29 -0400 | |
commit | 6cf20211fc59fcb0bf9b05d4c703cb1e93b167a1 (patch) | |
tree | 5928f24df64628abc03b744271caf4b79ead71a8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/amdgpu/discovery: enable PSP 14.0.0 support (diff) | |
download | wireguard-linux-6cf20211fc59fcb0bf9b05d4c703cb1e93b167a1.tar.xz wireguard-linux-6cf20211fc59fcb0bf9b05d4c703cb1e93b167a1.zip |
drm/amdgpu: Fix unnecessary else after return in 'amdgpu_eeprom_xfer'
Fixes the following:
WARNING: else is not generally useful after a break or return
+ return -EINVAL;
+ } else {
Cc: Guchun Chen <guchun.chen@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions