-
由 Linus Walleij 提交于
The statements BUG_ON(ctx == 0) was implicitly casting a pointer to an integer for comparison. Do this with a bool test instead to get away from sparse warnings. Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>58a3b92d
The statements BUG_ON(ctx == 0) was implicitly casting a pointer
to an integer for comparison. Do this with a bool test instead
to get away from sparse warnings.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>