ads7846: make the suspend function sleep instead of busy poll
authorJuha Yrjola <juha.yrjola@nokia.com>
Tue, 14 Feb 2006 15:23:36 +0000 (17:23 +0200)
committerJuha Yrjola <juha.yrjola@nokia.com>
Tue, 14 Feb 2006 15:23:36 +0000 (17:23 +0200)
ads7846_suspend was busily polling for a couple of variables,
which never get a chance to change state unless kernel pre-emption
is enabled.  Use msleep instead.

Signed-off-by: Juha Yrjölä <juha.yrjola@nokia.com>

No differences found