[ Upstream commit cce616e012c215d65c15e5d1afa73182dea49389 ]
If device_register() returns error in optee_register_device(),
the name allocated by dev_set_name() need be freed. As comment
of device_register() says, it should use put_device() to give
up the reference in the error path. So fix this by calling
put_device(), then the name can be freed in kobject_cleanup(),
and optee_device is freed in optee_release_device().
Fixes:
|
||
|---|---|---|
| .. | ||
| call.c | ||
| core.c | ||
| device.c | ||
| Kconfig | ||
| Makefile | ||
| optee_msg.h | ||
| optee_private.h | ||
| optee_smc.h | ||
| rpc.c | ||
| shm_pool.c | ||
| shm_pool.h | ||
| supp.c | ||