Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176057
b: refs/heads/master
c: cb9b224
h: refs/heads/master
i:
  176055: cb212f2
v: v3
  • Loading branch information
Dan Carpenter authored and Samuel Ortiz committed Dec 13, 2009
1 parent a330dec commit 7917802
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: 89f5f9f79e5b3caae3e39832774f0f909c18ec5e
refs/heads/master: cb9b2245009d18ae011c44006335088f743b72e2
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/wm8350-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ static void wm8350_client_dev_register(struct wm8350 *wm8350,
int ret;

*pdev = platform_device_alloc(name, -1);
if (pdev == NULL) {
if (*pdev == NULL) {
dev_err(wm8350->dev, "Failed to allocate %s\n", name);
return;
}
Expand Down

0 comments on commit 7917802

Please sign in to comment.