Re: [PATCH 6/7] NET: SMC911X: Fix timeout handling

2008-05-02 Thread Tony Lindgren
* Nishant Kamat <[EMAIL PROTECTED]> [080502 04:26]: > Due to incorrect decrement operation in the loop, the timeout > value would never be zero in case of hardware error. This patch > fixes the decrement operation. And this too. Tony > Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> > --- > d

[PATCH 6/7] NET: SMC911X: Fix timeout handling

2008-05-02 Thread Nishant Kamat
Due to incorrect decrement operation in the loop, the timeout value would never be zero in case of hardware error. This patch fixes the decrement operation. Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- drivers/net/smc911x.c |8 1 files changed, 4 insertions(+), 4 deletions(-)