2d85ec8acb
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:
|
||
---|---|---|
.. | ||
char | ||
Makefile |