mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
iavf: Change information about device removal in dmesg
Changed information about device removal in dmesg. In function iavf_remove changed printed message from "Remove" to "Removing" after hot vf plug/unplug. Reason for this change is that, that "Removing" word is better because it is clearer for the user that the device is already being removed rather than implying that the user should remove this device. Signed-off-by: Bartosz Staszewski <bartoszx.staszewski@intel.com> Signed-off-by: Kamil Maziarz <kamil.maziarz@intel.com> Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
committed by
Tony Nguyen
parent
619058eca5
commit
69b957440a
@@ -5083,7 +5083,7 @@ static void iavf_remove(struct pci_dev *pdev)
|
||||
}
|
||||
|
||||
mutex_lock(&adapter->crit_lock);
|
||||
dev_info(&adapter->pdev->dev, "Remove device\n");
|
||||
dev_info(&adapter->pdev->dev, "Removing device\n");
|
||||
iavf_change_state(adapter, __IAVF_REMOVE);
|
||||
|
||||
iavf_request_reset(adapter);
|
||||
|
||||
Reference in New Issue
Block a user