[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YEUURfQjcUq053y7@rocinante>
Date: Sun, 7 Mar 2021 18:58:29 +0100
From: Krzysztof Wilczyński <kw@...ux.com>
To: Moritz Fischer <mdf@...nel.org>
Cc: linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
helgaas@...nel.org, moritzf@...gle.com,
Brian Foley <bpfoley@...gle.com>
Subject: Re: [PATCH] PCI/IOV: Clarify error message for unbound devices
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@...ux.com>
Krzysztof
Powered by blists - more mailing lists