From: H Hartley Sweeten Date: Fri, 12 Aug 2011 21:58:31 +0000 (-0700) Subject: base/devres.c: quiet sparse noise about context imbalance X-Git-Tag: v3.1-rc4~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ec67fd0a28c7f2b765e33aaf5b002d28c5f1fa;p=pandora-kernel.git base/devres.c: quiet sparse noise about context imbalance devres_release_all and devres_release_group both aquire the lock &dev->devres_lock but the release of that lock is done in release_nodes. This results in sparse noise about context imbalance. Add a lock annotation to release_nodes to quiet this noise. Signed-off-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed