Merge branch 'mv88e6xxx-fix-wait'
authorDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:14:08 +0000 (17:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:14:08 +0000 (17:14 -0700)
commit0ae940c7a7734ed144103d67333e6b26342aa1e6
treeeaa6889f5bf7358b66e330b7c82be30001d29d7c
parent7a7e780cd702fb39edc9af96e75e0cc2b00234f2
parent30853553c0e056403e1d6b2915a903401647839a
Merge branch 'mv88e6xxx-fix-wait'

Andrew Lunn says:

====================
Fix mv88e6xxx wait function

The mv88e6xxx wait function can be upset of the system has nots of
other things to do and a sleep takes a lot longer than expected. Fix
this be using a fixed number of iterations, rather than a fixed
walkclock time.

Witht that change made, it is possible to consoliate another
wait function.

A wait actually timing out should not happen and when it does, it
means something serious is wrong. Make sure an error is logged,
since not all callers will log an error.
====================

Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>