]> git.baikalelectronics.ru Git - kernel.git/commit
serial: clps711x: Give a chance to perform useful tasks during wait loop
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 11 Mar 2014 11:30:01 +0000 (15:30 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Mar 2014 23:13:24 +0000 (16:13 -0700)
commit0bf88a7da945b477baf953b77c7b6ef87841d1c3
treebd4d67034f7f8b435d9be8c985dcedb9210f17af
parent05aff07095caae1863bed4da77948fed76e23458
serial: clps711x: Give a chance to perform useful tasks during wait loop

This patch adds cond_sched() calls during wait loop to perform
other tasks.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/clps711x.c