Re: [PATCH] PCI/IOV: Clarify error message for unbound devices
From: Krzysztof Wilczyński
Date: Sun Mar 07 2021 - 12:59:37 EST
Hi Moritz,
[...]
> + /* is PF driver loaded */
> + if (!pdev->driver) {
> + pci_info(pdev, "No driver bound to device. Cannot configure SRIOV\n");
> + ret = -ENOENT;
> + goto exit;
> + }
[...]
Thank you!
Reviewed-by: Krzysztof Wilczyński <kw@xxxxxxxxx>
Krzysztof