mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
789bba82f6
In the case of firmware-upload, an instance of struct fw_upload is
allocated in firmware_upload_register(). This data needs to be freed
in fw_dev_release(). Create a new fw_upload_free() function in
sysfs_upload.c to handle the firmware-upload specific memory frees
and incorporate the missing kfree call for the fw_upload structure.
Fixes:
|
||
---|---|---|
.. | ||
builtin | ||
fallback_platform.c | ||
fallback_table.c | ||
fallback.c | ||
fallback.h | ||
firmware.h | ||
Kconfig | ||
main.c | ||
Makefile | ||
sysfs_upload.c | ||
sysfs_upload.h | ||
sysfs.c | ||
sysfs.h |