Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156429
b: refs/heads/master
c: 2198a64
h: refs/heads/master
i:
  156427: 7ab7f3c
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Aug 7, 2009
1 parent f3041c6 commit 737b783
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: 20de03dae54e10271ffd308654dfb4a117f4789d
refs/heads/master: 2198a64a7487aba036f71998ade8a6528070d32c
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci-of.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static int __devinit sdhci_of_probe(struct of_device *ofdev,
return -ENODEV;

host = sdhci_alloc_host(&ofdev->dev, sizeof(*of_host));
if (!host)
if (IS_ERR(host))
return -ENOMEM;

of_host = sdhci_priv(host);
Expand Down

0 comments on commit 737b783

Please sign in to comment.