summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorRohit Chavan <roheetchavan@gmail.com>2026-05-05 14:27:08 +0530
committerLeon Romanovsky <leon@kernel.org>2026-05-18 04:58:41 -0400
commitdd7f5374d1117a4a90f415cbe98ac9772d1f9e59 (patch)
tree2b3b69e0ab004c90ff9c7ba3d4535c7e5c5b14f7 /scripts/objdiff
parentdf3835fd4e764db3dccbdafa144b15b49028f91e (diff)
RDMA/bng_re: Remove unused variable rc
The variable 'rc' is initialized to 0 and returned at the end of bng_re_process_qp_event(), but it is never modified in between. Simplify the function by removing the redundant variable and returning 0 directly. This cleans up the code and avoids potential compiler warnings about unused variables. Signed-off-by: Rohit Chavan <roheetchavan@gmail.com> Link: https://patch.msgid.link/20260505085709.1755534-1-roheetchavan@gmail.com Reviewed-by: Siva Reddy Kallam <siva.kallam@broadcom.com> Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions