Skip to content

Commit 56e5ca6

Browse files
Shannon NelsonJeff Kirsher
authored andcommitted
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 <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 7e5a313 commit 56e5ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/intel/i40e/i40e_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6371,7 +6371,7 @@ static void i40e_clean_adminq_subtask(struct i40e_pf *pf)
63716371
break;
63726372
default:
63736373
dev_info(&pf->pdev->dev,
6374-
"ARQ Error: Unknown event 0x%04x received\n",
6374+
"ARQ: Unknown event 0x%04x ignored\n",
63756375
opcode);
63766376
break;
63776377
}

0 commit comments

Comments
 (0)