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>
This commit is contained in:
parent
0e86eb29de
commit
ebcc019926
1 changed files with 0 additions and 1 deletions
|
@ -172,6 +172,5 @@ static void __exit ams_delta_serio_exit(void)
|
|||
free_irq(OMAP_GPIO_IRQ(AMS_DELTA_GPIO_PIN_KEYBRD_CLK), 0);
|
||||
gpio_free(AMS_DELTA_GPIO_PIN_KEYBRD_CLK);
|
||||
gpio_free(AMS_DELTA_GPIO_PIN_KEYBRD_DATA);
|
||||
kfree(ams_delta_serio);
|
||||
}
|
||||
module_exit(ams_delta_serio_exit);
|
||||
|
|
Loading…
Reference in a new issue