Re: [patch -next] cavium/liquidio: fix some error handling in lio_set_phys_id()

2015-06-25 Thread David Miller
From: Dan Carpenter Date: Wed, 24 Jun 2015 17:47:02 +0300 > There was a missing assignment so the "if (ret)" on the next line is > never true. > > Fixes: f21fb3ed364b ('Add support of Cavium Liquidio ethernet adapters') > Signed-off-by: Dan Carpenter Applied. -- To unsubscribe from this list:

[patch -next] cavium/liquidio: fix some error handling in lio_set_phys_id()

2015-06-24 Thread Dan Carpenter
There was a missing assignment so the "if (ret)" on the next line is never true. Fixes: f21fb3ed364b ('Add support of Cavium Liquidio ethernet adapters') Signed-off-by: Dan Carpenter diff --git a/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c b/drivers/net/ethernet/cavium/liquidio/lio_ethto