mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 20:16:43 +07:00
[media] siano: report the choosed firmware in debug
Don't keep in the dark: report the firmware file name after lookup. That helps to debug what's happening when a firmware is not found. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
018b0c6f8a
commit
ab7bdb1298
@ -1010,6 +1010,7 @@ static int smscore_load_firmware_from_file(struct smscore_device_t *coredev,
|
||||
const struct firmware *fw;
|
||||
|
||||
char *fw_filename = smscore_get_fw_filename(coredev, mode, lookup);
|
||||
sms_debug("Firmware name: %s\n", fw_filename);
|
||||
if (!strcmp(fw_filename, "none"))
|
||||
return -ENOENT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user