|
@@ -653,7 +653,7 @@ static const struct firmware *ath10k_fetch_fw_file(struct ath10k *ar,
|
|
|
dir = ".";
|
|
|
|
|
|
snprintf(filename, sizeof(filename), "%s/%s", dir, file);
|
|
|
- ret = request_firmware(&fw, filename, ar->dev);
|
|
|
+ ret = firmware_request_nowarn(&fw, filename, ar->dev);
|
|
|
ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot fw request '%s': %d\n",
|
|
|
filename, ret);
|
|
|
|