Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280798
b: refs/heads/master
c: 8776384
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Greg Kroah-Hartman committed Dec 10, 2011
1 parent fa32b6a commit 827481d
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: 59bf5cf94f0fa3b08fb1258b52649077b7d0914d
refs/heads/master: 87763842b7014a7c6d9e992785e4c711c0085974
2 changes: 1 addition & 1 deletion trunk/drivers/usb/renesas_usbhs/mod_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ int usbhs_mod_host_probe(struct usbhs_priv *priv)
return -ENOMEM;
}

pipe_info = kzalloc(sizeof(*pipe_info) * pipe_size, GFP_KERNEL);
pipe_info = kcalloc(pipe_size, sizeof(*pipe_info), GFP_KERNEL);
if (!pipe_info) {
dev_err(dev, "Could not allocate pipe_info\n");
goto usbhs_mod_host_probe_err;
Expand Down

0 comments on commit 827481d

Please sign in to comment.