summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorZeeshan Ahmad <zeeshanahmad022019@gmail.com>2026-03-06 14:06:43 +0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-03-11 15:23:43 +0100
commit79a860ad214d034d1a5be8dc83811bd97e9aafb4 (patch)
tree21fac87110ce781e2c118656783d2741c93faa58 /scripts/objdiff
parent7afa83a7a8bf3f1d6984c29fe77a2fb44d9f049d (diff)
usb: dwc3: gadget: use explicit 0 for success in __dwc3_gadget_kick_transfer()
Smatch warns that __dwc3_gadget_kick_transfer() might be missing an error code when returning 'ret' at line 1691. While 'ret' is guaranteed to be 0 at this point, returning an explicit 0 improves readability by removing a level of indirection and clarifies the intent that this is a successful "no-op" path. This change also silences the Smatch warning. Suggested-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Zeeshan Ahmad <zeeshanahmad022019@gmail.com> Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com> Link: https://patch.msgid.link/20260306090643.47383-1-zeeshanahmad022019@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions