Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25070
b: refs/heads/master
c: 642fde1
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Dmitry Torokhov committed Mar 14, 2006
1 parent a8ecc95 commit bf94d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d921116cc5e27c1950b7e7508fdefec04a69963
refs/heads/master: 642fde17dceceb56c7ba2762733ac688666ae657
1 change: 1 addition & 0 deletions trunk/drivers/input/gameport/gameport.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ static void gameport_queue_event(void *object, struct module *owner,
if ((event = kmalloc(sizeof(struct gameport_event), GFP_ATOMIC))) {
if (!try_module_get(owner)) {
printk(KERN_WARNING "gameport: Can't get module reference, dropping event %d\n", event_type);
kfree(event);
goto out;
}

Expand Down

0 comments on commit bf94d25

Please sign in to comment.