In case of error, the function class_create() returns ERR_PTR() and
never returns NULL. The NULL test in the return value check should be
replaced with IS_ERR().
Fixes:
|
||
---|---|---|
.. | ||
bbc_envctrl.c | ||
bbc_i2c.c | ||
bbc_i2c.h | ||
display7seg.c | ||
envctrl.c | ||
flash.c | ||
jsflash.c | ||
Kconfig | ||
Makefile | ||
max1617.h | ||
openprom.c | ||
oradax.c | ||
uctrl.c |