media: si2157: rework the firmware load logic
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 8 Dec 2021 09:46:59 +0000 (10:46 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Dec 2021 15:19:04 +0000 (16:19 +0100)
commit7c2d8ee486b9ebd462dcd0aea1969758522f4c3a
treeffa919f38fad61de1027fa930741d3b87d60df4f
parent48dde945e7f856f622bd68c076f8a6b5d524d19e
media: si2157: rework the firmware load logic

Loading a firmware file should not be mandatory, as devices
could work with an eeprom firmware, if available.

Yet, using the eeprom firmware could lead into unpredictable
results, so the best is to warn about that.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/tuners/si2157.c