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:
0e86eb2
)
Input: ams_delta_serio - fix wrong kfree in ams_delta_serio_exit
author
Axel Lin
<axel.lin@gmail.com>
Mon, 22 Nov 2010 06:27:09 +0000
(22:27 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 22 Nov 2010 06:32:13 +0000
(22:32 -0800)
serio_unregister_port() will call put_device() to free the memory.
Thus remove kfree(ams_delta_serio) after
serio_unregister_port(ams_delta_serio).
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found