Skip to content

Commit

Permalink
igbvf: Refactor trace
Browse files Browse the repository at this point in the history
Refactoring "PF still resetting" message, because previous version looked
like a bug - it informed about changes that worked as designed but might
confuse users. Changes requested to make message more user-friendly.

Signed-off-by: Karen Sornek <karen.sornek@intel.com>
Tested-by: Tony Brelinski <tony.brelinski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
  • Loading branch information
Karen Sornek authored and Tony Nguyen committed Dec 21, 2021
1 parent 890781a commit 630f6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/igbvf/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ static void igbvf_reset(struct igbvf_adapter *adapter)

/* Allow time for pending master requests to run */
if (mac->ops.reset_hw(hw))
dev_warn(&adapter->pdev->dev, "PF still resetting\n");
dev_info(&adapter->pdev->dev, "PF still resetting\n");

mac->ops.init_hw(hw);

Expand Down

0 comments on commit 630f6ed

Please sign in to comment.