Input: ams_delta_serio - fix wrong kfree in ams_delta_serio_exit
authorAxel Lin <axel.lin@gmail.com>
Mon, 22 Nov 2010 06:27:09 +0000 (22:27 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 22 Nov 2010 06:32:13 +0000 (22:32 -0800)
commitebcc019926269e7e123d55ec92ff00c2688ca343
tree600e90eb395a9846d3bc02b630eaed2b58907206
parent0e86eb29def648664c2c0fa605f5b5bad84247cb
Input: ams_delta_serio - fix wrong kfree in ams_delta_serio_exit

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>
drivers/input/serio/ams_delta_serio.c