Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280538
b: refs/heads/master
c: abbb18f
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Nov 14, 2011
1 parent 765bd49 commit 4682a7c
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: 58072cbfc522c2520e34333a53c8f17bb1adb1a0
refs/heads/master: abbb18fb4ad7472ee2e1351f0ca12bce64cac143
2 changes: 1 addition & 1 deletion trunk/drivers/base/regmap/regmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ struct regmap *regmap_init(struct device *dev,
int ret = -EINVAL;

if (!bus || !config)
return NULL;
goto err;

map = kzalloc(sizeof(*map), GFP_KERNEL);
if (map == NULL) {
Expand Down

0 comments on commit 4682a7c

Please sign in to comment.