From: Arnd Bergmann Date: Thu, 2 Jan 2014 12:07:37 +0000 (+0100) Subject: cris: sync_serial: remove interruptible_sleep_on X-Git-Tag: v3.14-rc1~86^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329fddd7b60cf6aed53cdb6fdc8e64117b8e8bc6;p=pandora-kernel.git cris: sync_serial: remove interruptible_sleep_on 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 Cc: Mikael Starvik Cc: linux-cris-kernel@axis.com Signed-off-by: Jesper Nilsson --- Reading git-diff-tree failed