As I can see in drivers/base/firmware_loader/main.c in functionOuch, of course!
_request_firmware, then the fw will be released internally if it returns an
error value.
Great, thanks!Also, do we need 'error' and 'ret'? Can't we reuse one of them?Yes, I can fix that.