Re: [PATCHv2] i2c: slave-eeprom: Make it possible to pre-load eeprom data

From: Bjorn Ardo
Date: Fri Apr 24 2020 - 07:31:17 EST


You got a new patch (ignor the first one, I forgot to update the version number).

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!