On Tue, Aug 23, 2016 at 11:00:19AM +0200, Daniel Wagner wrote:
> From: Daniel Wagner
>
> The firmware user helper code tracks the current state of the loading
> process via an member of struct firmware_buf and a completion.
You can specify the members, the unsigned long status and the completion
From: Daniel Wagner
The firmware user helper code tracks the current state of the loading
process via an member of struct firmware_buf and a completion. Let's
encapsulate this simple state machine into struct fw_status.
We don't need the fw_lock to protect the state machine anymore. First of
all
2 matches
Mail list logo