diff options
author | Srinivasan Shanmugam <[email protected]> | 2023-07-26 12:41:17 +0530 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-07-27 14:59:29 -0400 |
commit | 6cf20211fc59fcb0bf9b05d4c703cb1e93b167a1 (patch) | |
tree | 5928f24df64628abc03b744271caf4b79ead71a8 /scripts/gdb/linux/interrupts.py | |
parent | 82f33504a462610bba4c5eaaee796693eff40a6d (diff) |
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 <[email protected]>
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Guchun Chen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions