summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-09-29 17:53:11 +0100
committerMarek Vasut <[email protected]>2025-10-28 16:33:15 +0100
commite41e6feb3d3b33f0793df6a1d9da20c8096a346e (patch)
tree0f297c6c2e334d929f18d2bb72e55d28196f0c89 /include
parent23987e10905146def3ab61e55ec912c6e742efdc (diff)
usb: ehci: exynos: variable node should be signed
THe variable node is assigned to the return value of a function that returns an int. It is tested for being negative and then passed as an argument to a function that takes an int. So 'node' should not be declared as unsigned. Correct it. This issue was found by Smatch. Signed-off-by: Andrew Goodbody <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions