projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713efa9
)
drivers/char/hvc_console.c: remove unneeded __set_current_state(TASK_RUNNING)
author
Andrew Morton
<
[email protected]
>
Wed, 27 Oct 2010 22:34:19 +0000
(15:34 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 28 Oct 2010 01:03:14 +0000
(18:03 -0700)
This doesn't do anything.
Cc: Timur Tabi <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Cc: Amit Shah <
[email protected]
>
Cc: Greg Kroah-Hartman <
[email protected]
>
Cc: Kumar Gala <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/char/hvc_console.c
patch
|
blob
|
history
diff --git
a/drivers/char/hvc_console.c
b/drivers/char/hvc_console.c
index 3afd62e856ebfea311eba94c496ac6628f586458..e9cba13ee800672275f40e7722b6e5b87b73c278 100644
(file)
--- a/
drivers/char/hvc_console.c
+++ b/
drivers/char/hvc_console.c
@@
-713,7
+713,6
@@
static int khvcd(void *unused)
struct hvc_struct *hp;
set_freezable();
- __set_current_state(TASK_RUNNING);
do {
poll_mask = 0;
hvc_kicked = 0;