From: Arnd Bergmann Date: Thu, 27 Feb 2014 18:51:54 +0000 (+0100) Subject: atm: nicstar: remove interruptible_sleep_on_timeout X-Git-Tag: v3.15-rc1~113^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118ce7ab9785846e1c673f6130bee526c127206c;p=pandora-kernel.git atm: nicstar: remove interruptible_sleep_on_timeout We are trying to finally kill off interruptible_sleep_on_timeout. the two uses in the nicstar driver can be trivially replaced with wait_event_interruptible_lock_irq_timeout, which prevents the wake-up race and is able to check the buffer state with scq->lock held. Signed-off-by: Arnd Bergmann Acked-by: Chas Williams Signed-off-by: David S. Miller --- Reading git-diff-tree failed