diff options
author | Russ Weight <[email protected]> | 2022-04-21 14:21:58 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-04-22 17:13:54 +0200 |
commit | 736da0b657f615db7e29606eb8818871534a8943 (patch) | |
tree | 08ef84fe2ae370dff2ec6849dfe76c7971a8d5e3 /drivers/base/firmware_loader/main.c | |
parent | 4ac4a90d7728b161f0ce0527feb19d60af961dfb (diff) |
firmware_loader: Check fw_state_is_done in loading_store
Rename fw_sysfs_done() and fw_sysfs_loading() to fw_state_is_done() and
fw_state_is_loading() respectively, and place them along side companion
functions in drivers/base/firmware_loader/firmware.h.
Use the fw_state_is_done() function to exit early from
firmware_loading_store() if the state is already "done". This is being done
in preparation for supporting persistent sysfs nodes to allow userspace to
upload firmware to a device, potentially reusing the sysfs loading and data
files multiple times.
Reviewed-by: Luis Chamberlain <[email protected]>
Reviewed-by: Tianfei zhang <[email protected]>
Tested-by: Matthew Gerlach <[email protected]>
Signed-off-by: Russ Weight <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/base/firmware_loader/main.c')
0 files changed, 0 insertions, 0 deletions