mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 04:18:10 +00:00
cd0283788f
Or the comparison against a signed char is always true, because the
literal 0xaa is treated as an unsigned int, to which the signed char is
casted during comparison. 0xaa is above the positive values of a signed
char and negative signed char values result in values larger than 0xaa
when casted to unsigned int.
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
(cherry picked from commit
|
||
---|---|---|
.. | ||
base-files | ||
dts | ||
files-5.10/drivers | ||
image | ||
mt7622 | ||
mt7623 | ||
mt7629 | ||
patches-5.10 | ||
Makefile | ||
modules.mk |