diff options
author | Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> | 2023-07-26 10:11:17 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-07-27 21:59:29 +0300 |
commit | 6cf20211fc59fcb0bf9b05d4c703cb1e93b167a1 (patch) | |
tree | 5928f24df64628abc03b744271caf4b79ead71a8 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 82f33504a462610bba4c5eaaee796693eff40a6d (diff) | |
download | linux-6cf20211fc59fcb0bf9b05d4c703cb1e93b167a1.tar.xz |
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-sqlite.py')
0 files changed, 0 insertions, 0 deletions