From: Bart Van Assche Date: Thu, 9 Jul 2015 14:25:46 +0000 (-0700) Subject: qla2xxx: Avoid that sparse complains about context imbalances X-Git-Tag: omap-for-v4.3/fixes-rc1~115^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d16366b5f23e928e5fd22eaeaceeb0356921fc0;p=pandora-kernel.git qla2xxx: Avoid that sparse complains about context imbalances Surround conditional locking statements with "#ifndef __CHECKER__" / "#endif" to hide these for the sparse static source code analysis tool. Signed-off-by: Bart Van Assche Acked-by: Himanshu Madhani Signed-off-by: James Bottomley --- Reading git-diff-tree failed