Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164942
b: refs/heads/master
c: f8086a0
h: refs/heads/master
v: v3
  • Loading branch information
Figo.zhang authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent 2a53ed8 commit a73daa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 6682bb39e111b34290e25c4d275c5bcf8bbccbe1
refs/heads/master: f8086a07c4740ae37e5221508b9cabc8fef4bf6e
3 changes: 1 addition & 2 deletions trunk/drivers/usb/host/ehci-dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,7 @@ static int debug_close(struct inode *inode, struct file *file)
struct debug_buffer *buf = file->private_data;

if (buf) {
if (buf->output_buf)
vfree(buf->output_buf);
vfree(buf->output_buf);
kfree(buf);
}

Expand Down

0 comments on commit a73daa0

Please sign in to comment.