mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
7079b3483a
If device_register() fails, device_unregister() should not be called
because it will free some resources that are not allocated.
put_device() should be used instead.
Fixes:
|
||
---|---|---|
.. | ||
anybuss | ||
Documentation | ||
dev_core.c | ||
fieldbus_dev.h | ||
Kconfig | ||
Makefile | ||
TODO |