| commit | d926d0e4c74cfcb42a05e91d1cdf698b41e1e118 | [log] [tgz] |
|---|---|---|
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu May 03 18:15:13 2012 +0100 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 04 16:33:16 2012 -0700 |
| tree | 9d7cdc794f6c56ef728c751759d8ef639ee6f38f | |
| parent | 698cd2ddd851b34e7200b4f846ae68306e11bae4 [diff] |
devres: Add devres_release() APIs using devres frequently want to implement a "remove and free the resource" operation so it seems sensible that they should be able to just have devres do the freeing for them since that's a big part of what devres is all about. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>