Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332861
b: refs/heads/master
c: 983d7be
h: refs/heads/master
i:
  332859: d2ba0cd
v: v3
  • Loading branch information
Julia Lawall authored and Vinod Koul committed Aug 22, 2012
1 parent f24c641 commit ffb3f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94d3901c11ab4115740ec3891d07f086f18c8cd6
refs/heads/master: 983d7beb7de4ba7c715ea62e982c9fe54fa554a1
2 changes: 2 additions & 0 deletions trunk/drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1892,6 +1892,7 @@ static int pl08x_probe(struct amba_device *adev, const struct amba_id *id)
pl08x->pd = dev_get_platdata(&adev->dev);
if (!pl08x->pd) {
dev_err(&adev->dev, "no platform data supplied\n");
ret = -EINVAL;
goto out_no_platdata;
}

Expand Down Expand Up @@ -1943,6 +1944,7 @@ static int pl08x_probe(struct amba_device *adev, const struct amba_id *id)
dev_err(&adev->dev, "%s failed to allocate "
"physical channel holders\n",
__func__);
ret = -ENOMEM;
goto out_no_phychans;
}

Expand Down

0 comments on commit ffb3f7b

Please sign in to comment.