summaryrefslogtreecommitdiff
path: root/include/android_bootloader_message.h
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-09-30 11:34:44 +0100
committerMarek Vasut <[email protected]>2025-10-28 16:33:15 +0100
commitadcec085e0dd3e399e6ee5ab5a7dd0e3cd192316 (patch)
treeceedb28c6efbce9ce809b1b60e37bcb4d839ef7d /include/android_bootloader_message.h
parentdd01b0541be38894c05f0dad2dad135ef1a9da6b (diff)
usb: xhci: 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]>
Diffstat (limited to 'include/android_bootloader_message.h')
0 files changed, 0 insertions, 0 deletions