Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372501
b: refs/heads/master
c: 6034bb2
h: refs/heads/master
i:
  372499: bfe2161
v: v3
  • Loading branch information
Dan Carpenter authored and Philipp Zabel committed Apr 12, 2013
1 parent 6f2ee7c commit 267b8e4
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: 61fc41317666be400802ac793f47de816ef7bd57
refs/heads/master: 6034bb22d8387708075c083385e5d2e1072a4f33
2 changes: 1 addition & 1 deletion trunk/drivers/reset/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ struct reset_control *reset_control_get(struct device *dev, const char *id)

rstc = kzalloc(sizeof(*rstc), GFP_KERNEL);
if (!rstc) {
module_put(rstc->rcdev->owner);
module_put(rcdev->owner);
return ERR_PTR(-ENOMEM);
}

Expand Down

0 comments on commit 267b8e4

Please sign in to comment.