From: Mark Brown Date: Thu, 3 May 2012 17:15:13 +0000 (+0100) Subject: devres: Add devres_release() X-Git-Tag: v3.5-rc1~147^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d926d0e4c74cfcb42a05e91d1cdf698b41e1e118;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed