Re: [PATCH net-next] sfc: nicer log message on Siena SR-IOV probe fail

2015-05-18 Thread David Miller
From: Edward Cree Date: Mon, 18 May 2015 14:18:27 +0100 > We expect that MC_CMD_SRIOV will fail if the card has no VFs configured. > So output a readable message instead of a cryptic MCDI error. > > Signed-off-by: Edward Cree Applied, thank you. -- To unsubscribe from this list: send the line

Re: [PATCH net-next] sfc: nicer log message on Siena SR-IOV probe fail

2015-05-16 Thread David Miller
From: Edward Cree Date: Fri, 15 May 2015 20:56:35 +0100 > We expect that MC_CMD_SRIOV will fail if the card has no VFs configured. > So output a readable message instead of a cryptic MCDI error. Please resubmit this patch with a proper "Signed-off-by: " tag. Thank you. -- To unsubscribe from th

[PATCH net-next] sfc: nicer log message on Siena SR-IOV probe fail

2015-05-15 Thread Edward Cree
We expect that MC_CMD_SRIOV will fail if the card has no VFs configured. So output a readable message instead of a cryptic MCDI error. --- drivers/net/ethernet/sfc/siena_sriov.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/sfc/siena_sriov.c b/dr