[PATCH net-next 1/5] ionic: simplify returns in devlink info

2019-09-30 Thread Shannon Nelson
There is no need for a goto in this bit of code. Signed-off-by: Shannon Nelson --- drivers/net/ethernet/pensando/ionic/ionic_devlink.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet/pensando/ionic/ionic_devlink.c b/drivers/net/ethernet/pensando

Re: [PATCH net-next 1/5] ionic: simplify returns in devlink info

2019-09-30 Thread Shannon Nelson
On 9/30/19 1:33 PM, David Miller wrote: You must always submit a patch series with a proper "[PATCH net-next 0/5]" header posting, explaining what the series is doing at a high level, how it is doing it, and why it is doing it this way. Please resubmit this series properly. Thank you. Yep, so

Re: [PATCH net-next 1/5] ionic: simplify returns in devlink info

2019-09-30 Thread David Miller
You must always submit a patch series with a proper "[PATCH net-next 0/5]" header posting, explaining what the series is doing at a high level, how it is doing it, and why it is doing it this way. Please resubmit this series properly. Thank you.