Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202184
b: refs/heads/master
c: 1fcb8bb
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Jun 28, 2010
1 parent 659d4b9 commit 82c1df9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 671386bb23c57e5448f386a41101ed65ad1d488c
refs/heads/master: 1fcb8bb631831c9018a1f7f77b93f9f02e122fc5
4 changes: 3 additions & 1 deletion trunk/drivers/input/misc/wistron_btns.c
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ static int __init wb_module_init(void)

err = map_bios();
if (err)
return err;
goto err_free_keymap;

err = platform_driver_register(&wistron_driver);
if (err)
Expand All @@ -1371,6 +1371,8 @@ static int __init wb_module_init(void)
platform_driver_unregister(&wistron_driver);
err_unmap_bios:
unmap_bios();
err_free_keymap:
kfree(keymap);

return err;
}
Expand Down

0 comments on commit 82c1df9

Please sign in to comment.