drv: downgrade EEPROM not found from error to warning
Even though having a working EEPROM is part of the FMC standard, it is not
strictly needed for a driver to work. Or at least, it is not needed by the FMC
framework to continue the loading process.
Hence, we forgive the lack of an EEPROM and move on. If a driver wants to read
data from the EEPROM, it will then need to fail later.
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
Please register or sign in to comment