mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
e4463e49e2
In the case where the pointer iface is null then the reporting of this
error will dereference iface when printing an error message causing which
is not ideal. Since the majority of callers to most_register_interface
report an error when -EINVAL is returned a simple fix is to just remove
the error message, I doubt it will be missed.
Addresses-Coverity: ("Dereference after null check")
Fixes:
|
||
---|---|---|
.. | ||
configfs.c | ||
core.c | ||
Kconfig | ||
Makefile |