i40e: Change unknown event error msg to ignore message
There's no real error in an unknown event from the Firmware, we're just posting a useful FYI notice, so this patch simply removes the "Error" word. Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Родитель
7e5a313ed9
Коммит
56e5ca688f
|
@ -6371,7 +6371,7 @@ static void i40e_clean_adminq_subtask(struct i40e_pf *pf)
|
|||
break;
|
||||
default:
|
||||
dev_info(&pf->pdev->dev,
|
||||
"ARQ Error: Unknown event 0x%04x received\n",
|
||||
"ARQ: Unknown event 0x%04x ignored\n",
|
||||
opcode);
|
||||
break;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче