On 4/24/20 1:27 PM, Wolfram Sang wrote:
As I can see in drivers/base/firmware_loader/main.c in function _request_firmware, then the fw will be released internally if it returns an error value.Ouch, of course!Also, do we need 'error' and 'ret'? Can't we reuse one of them?Yes, I can fix that.Great, thanks!