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