Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226925
b: refs/heads/master
c: 73f35c6
h: refs/heads/master
i:
  226923: feb3f57
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Dec 1, 2010
1 parent de1cb9f commit 2302d07
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: b17ea167c5fb50dcd5dce5b874a467f04eec886d
refs/heads/master: 73f35c60d5c4a98061fc0f94505bf26fd4bb1a1c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ static int fill_buffer(struct debug_buffer *buf)
int ret = 0;

if (!buf->output_buf)
buf->output_buf = (char *)vmalloc(buf->alloc_size);
buf->output_buf = vmalloc(buf->alloc_size);

if (!buf->output_buf) {
ret = -ENOMEM;
Expand Down

0 comments on commit 2302d07

Please sign in to comment.