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:
32ad3a7
)
TTY: serial_core, remove superfluous set_task_state
author
Jiri Slaby
<jslaby@suse.cz>
Wed, 20 Apr 2011 08:43:17 +0000
(10:43 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 25 Apr 2011 21:19:12 +0000
(14:19 -0700)
msleep* is guaranteed to return with TASK_RUNNING task state. And
since there is no other set_task_state in the paths of
uart_wait_until_sent, we need not to set_task_state to TASK_RUNNING.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/serial_core.c
patch
|
blob
|
history
diff --cc
drivers/tty/serial/serial_core.c
Simple merge