mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
6b27e27729
Currently, the comparison of div < 0 is always false because div is
an unsigned int. Fix this by making div an int.
Detected by CoverityScan, CID#1475309 ("Unsigned compared against 0")
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
stm32_adfsdm.c | ||
stm32_i2s.c | ||
stm32_sai_sub.c | ||
stm32_sai.c | ||
stm32_sai.h | ||
stm32_spdifrx.c |