Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145375
b: refs/heads/master
c: fe92c9e
h: refs/heads/master
i:
  145373: 054619c
  145371: f7049fc
  145367: 2ad2b38
  145359: 44770dc
  145343: 9681397
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Greg Kroah-Hartman committed May 28, 2009
1 parent ab2f0a6 commit cbcbab3
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: f42706c90470851fd2e97eda7a4109e8949bde8a
refs/heads/master: fe92c9e481a147a9e1e14f55870f32903b967777
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/atmel_usba_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ static int __init usba_udc_probe(struct platform_device *pdev)
usba_writel(udc, CTRL, USBA_DISABLE_MASK);
clk_disable(pclk);

usba_ep = kmalloc(sizeof(struct usba_ep) * pdata->num_ep,
usba_ep = kzalloc(sizeof(struct usba_ep) * pdata->num_ep,
GFP_KERNEL);
if (!usba_ep)
goto err_alloc_ep;
Expand Down

0 comments on commit cbcbab3

Please sign in to comment.