Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321603
b: refs/heads/master
c: 4a5a418
h: refs/heads/master
i:
  321601: 36d94a7
  321599: 96bd6f1
v: v3
  • Loading branch information
Arnd Bergmann authored and Bryan Wu committed Aug 13, 2012
1 parent e50f106 commit 7bdb4fc
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: 86e99d23d0210e8d43a0bb576582a455d907578e
refs/heads/master: 4a5a4184628c529774c1492bc1a21743b69b5fc3
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-renesas-tpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static int __devinit r_tpu_probe(struct platform_device *pdev)

if (!cfg) {
dev_err(&pdev->dev, "missing platform data\n");
goto err0;
return -ENODEV;
}

p = devm_kzalloc(&pdev->dev, sizeof(*p), GFP_KERNEL);
Expand Down

0 comments on commit 7bdb4fc

Please sign in to comment.