Re: [PATCH net-next] liquidio: fix bug in soft reset failure detection

2017-06-24 Thread Leon Romanovsky
On Sat, Jun 24, 2017 at 04:00:21AM -0700, Felix Manlunas wrote: > From: Derek Chickles > > The code that detects a failed soft reset of Octeon is comparing the wrong > value against the reset value of the Octeon SLI_SCRATCH_1 register, > resulting in an inability to detect a soft reset failure. F

[PATCH net-next] liquidio: fix bug in soft reset failure detection

2017-06-24 Thread Felix Manlunas
From: Derek Chickles The code that detects a failed soft reset of Octeon is comparing the wrong value against the reset value of the Octeon SLI_SCRATCH_1 register, resulting in an inability to detect a soft reset failure. Fix it by using the correct value in the comparison. Signed-off-by: Derek