mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Should not use -1 as an input parameter for unsigned int. Use zero instead of -1 as invaild interrupt number to fix coverity warning. Fixes #35146 CID: 235994 Signed-off-by: Enjia Mai <enjiax.mai@intel.com>