RE: [PATCH v2 8/8] net/macb: unify peripheral version testing

2015-03-31 Thread Punnaiah Choudary Kalluri
Pitchen; Alexandre > Belloni; Michal Simek; Punnaiah Choudary Kalluri; Nicolas Ferre > Subject: [PATCH v2 8/8] net/macb: unify peripheral version testing > > As we need to check peripheral version from the hardware during probe, I > introduce a little helper to unify these tests. It woul

[PATCH v2 8/8] net/macb: unify peripheral version testing

2015-03-31 Thread Nicolas Ferre
As we need to check peripheral version from the hardware during probe, I introduce a little helper to unify these tests. It would prevent to de-synchronize the test like previously observed. Signed-off-by: Nicolas Ferre --- Changes in v2: None drivers/net/ethernet/cadence/macb.c | 7 ++- d