Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273912
b: refs/heads/master
c: 0163124
h: refs/heads/master
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Vinod Koul committed Oct 12, 2011
1 parent dc77b69 commit 721a94a
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: c43f1508686e8e4746012bf87995085eeb0f5307
refs/heads/master: 01631243d712d41681d61c0556341a3329860c47
3 changes: 1 addition & 2 deletions trunk/drivers/dma/pch_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,7 @@ static int __devinit pch_dma_probe(struct pci_dev *pdev,
int i;

nr_channels = id->driver_data;
pd = kzalloc(sizeof(struct pch_dma)+
sizeof(struct pch_dma_chan) * nr_channels, GFP_KERNEL);
pd = kzalloc(sizeof(*pd), GFP_KERNEL);
if (!pd)
return -ENOMEM;

Expand Down

0 comments on commit 721a94a

Please sign in to comment.