mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 21:56:15 +01:00
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 | ||