git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d8ad9
)
cris: sync_serial: remove interruptible_sleep_on
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 2 Jan 2014 12:07:37 +0000
(13:07 +0100)
committer
Jesper Nilsson
<jespern@axis.com>
Thu, 9 Jan 2014 09:50:50 +0000
(10:50 +0100)
sleep_on and its variants are racy and going away. This replaces
the two uses in the cris sync_serial drivers with the equivalent
but race-free wait_event_interruptible.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Mikael Starvik <starvik@axis.com>
Cc: linux-cris-kernel@axis.com
Signed-off-by: Jesper Nilsson <jespern@axis.com>
No differences found