commit | 698cd2ddd851b34e7200b4f846ae68306e11bae4 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu May 03 18:15:12 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 04 16:33:16 2012 -0700 |
tree | 7c37c5e63eabacc6b863e671aacc57ed217159ce | |
parent | 94758185689ee96694558d720d44e81b4e0abc3d [diff] |
devres: Clarify documentation for devres_destroy() It's not massively obvious (at least to me) that removing and freeing a resource does not involve calling the release function for the resource but rather only removes the management of it. Make the documentation more explicit. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>