Re: [PATCH net-next] ibmvnic: Report errors when failing to release sub-crqs

2017-04-17 Thread David Miller
Please do not submit a set of changes to the same driver like this. Instead, submit a proper patch series which is numbered (so that the dependencies betweeen changes, if any, are explciit) and also with a proper "[PATCH 0/N] ..." header posting which describes what the patch series is doing,

[PATCH net-next] ibmvnic: Report errors when failing to release sub-crqs

2017-04-14 Thread Nathan Fontenot
From: Thomas Falcon Add reporting of errors when releasing sub-crqs fails. Signed-off-by: Thomas Falcon Signed-off-by: Nathan Fontenot --- drivers/net/ethernet/ibm/ibmvnic.c |6 ++ 1 file changed, 6