Devices under the firmware_attributes_class do not have unique a dev_t.
Therefore, device_unregister() should be used instead of
device_destroy(), since the latter may match any device with a given
dev_t.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| biosattr-interface.c | ||
| bioscfg.c | ||
| bioscfg.h | ||
| enum-attributes.c | ||
| int-attributes.c | ||
| order-list-attributes.c | ||
| passwdobj-attributes.c | ||
| spmobj-attributes.c | ||
| string-attributes.c | ||
| surestart-attributes.c | ||