Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161247
b: refs/heads/master
c: a809dda
h: refs/heads/master
i:
  161245: eec705a
  161243: c839798
  161239: 6fedcd4
  161231: b83f523
  161215: 92ca0bd
v: v3
  • Loading branch information
Julia Lawall authored and Jiri Kosina committed Aug 8, 2009
1 parent 176bca5 commit 1f975a7
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: 55dba52458a11126ff4445b5b94ebde03afcf47a
refs/heads/master: a809dda0369ae6157f7bcd3e704b857d43704cbd
1 change: 1 addition & 0 deletions trunk/drivers/hid/hid-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ static int hid_debug_events_open(struct inode *inode, struct file *file)

if (!(list->hid_debug_buf = kzalloc(sizeof(char) * HID_DEBUG_BUFSIZE, GFP_KERNEL))) {
err = -ENOMEM;
kfree(list);
goto out;
}
list->hdev = (struct hid_device *) inode->i_private;
Expand Down

0 comments on commit 1f975a7

Please sign in to comment.