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:
76e6a1d
)
[PATCH] Char: mxser, fix oops when removing opened
author
Jiri Slaby
<jirislaby@gmail.com>
Sat, 30 Dec 2006 00:47:34 +0000
(16:47 -0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Sat, 30 Dec 2006 18:55:55 +0000
(10:55 -0800)
tty_driver->owner is not set, so if somebody remove mxser_module, it might
oops (and doesn't tell the user: no way, it's in use). Set the .owner value.
Cc: <osv@javad.com>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found