mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 17:41:29 +00:00
c938a00344
You can't use kstrtoul() with an int or it causes memory corruption.
Also j should be unsigned or we have underflow bugs.
I considered changing "j" to unsigned long but everything fits in a u32.
Fixes:
|
||
---|---|---|
.. | ||
cxgb | ||
cxgb3 | ||
cxgb4 | ||
cxgb4vf | ||
Kconfig | ||
Makefile |