Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102201
b: refs/heads/master
c: 3886ff5
h: refs/heads/master
i:
  102199: 1598b1f
v: v3
  • Loading branch information
Ben Dooks authored and Pierre Ossman committed Jul 15, 2008
1 parent 0d401b2 commit d45fbc1
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: 55d70f5a7b25800fc8376cdd81d42d6c201fa91d
refs/heads/master: 3886ff5f63f33c801ed3af265ac0df20d3a8dcf5
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ static int __devinit s3cmci_probe(struct platform_device *pdev, int is2440)
s3c2410_gpio_cfgpin(host->pdata->gpio_wprotect,
S3C2410_GPIO_INPUT);

if (s3c2410_dma_request(S3CMCI_DMA, &s3cmci_dma_client, NULL)) {
if (s3c2410_dma_request(S3CMCI_DMA, &s3cmci_dma_client, NULL) < 0) {
dev_err(&pdev->dev, "unable to get DMA channel.\n");
ret = -EBUSY;
goto probe_free_irq_cd;
Expand Down

0 comments on commit d45fbc1

Please sign in to comment.