From: Fabio Estevam Date: Tue, 16 Jul 2013 05:10:11 +0000 (-0300) Subject: regmap: Provide __acquires/__releases annotations X-Git-Tag: v3.12-rc1~193^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4519c71c45b31f5acd6db984c8830e52120323a;p=pandora-kernel.git regmap: Provide __acquires/__releases annotations Fix the following sparse warnings: drivers/base/regmap/regmap.c:305:13: warning: context imbalance in 'regmap_lock_spinlock' - wrong count at exit drivers/base/regmap/regmap.c:314:13: warning: context imbalance in 'regmap_unlock_spinlock' - unexpected unlock Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed