Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297766
b: refs/heads/master
c: e6801af
h: refs/heads/master
v: v3
  • Loading branch information
Tarun Kanti DebBarma authored and Tony Lindgren committed Mar 29, 2012
1 parent a2f7aa5 commit cb986ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46a0a5402f7b477bc98bf26596c2234f2ddbf473
refs/heads/master: e6801afb6bef30c47d4933191f9140e5a475914e
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/ams_delta_serio.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ module_init(ams_delta_serio_init);
static void __exit ams_delta_serio_exit(void)
{
serio_unregister_port(ams_delta_serio);
free_irq(OMAP_GPIO_IRQ(AMS_DELTA_GPIO_PIN_KEYBRD_CLK), 0);
free_irq(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK), 0);
gpio_free(AMS_DELTA_GPIO_PIN_KEYBRD_CLK);
gpio_free(AMS_DELTA_GPIO_PIN_KEYBRD_DATA);
}
Expand Down

0 comments on commit cb986ac

Please sign in to comment.