mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
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 |