Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304075
b: refs/heads/master
c: 698cd2d
h: refs/heads/master
i:
  304073: 4b38921
  304071: 207ebc9
v: v3
  • Loading branch information
Mark Brown authored and Greg Kroah-Hartman committed May 4, 2012
1 parent 64fe96b commit bf4ccc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94758185689ee96694558d720d44e81b4e0abc3d
refs/heads/master: 698cd2ddd851b34e7200b4f846ae68306e11bae4
4 changes: 4 additions & 0 deletions trunk/drivers/base/devres.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ EXPORT_SYMBOL_GPL(devres_remove);
* which @match returns 1. If @match is NULL, it's considered to
* match all. If found, the resource is removed atomically and freed.
*
* Note that the release function for the resource will not be called,
* only the devres-allocated data will be freed. The caller becomes
* responsible for freeing any other data.
*
* RETURNS:
* 0 if devres is found and freed, -ENOENT if not found.
*/
Expand Down

0 comments on commit bf4ccc0

Please sign in to comment.