commit | 8d16366b5f23e928e5fd22eaeaceeb0356921fc0 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Thu Jul 09 07:25:46 2015 -0700 |
committer | James Bottomley <JBottomley@Odin.com> | Wed Aug 26 10:46:04 2015 -0700 |
tree | 85c5bdb786e768467383f3891a6954435a761d1b | |
parent | 8a318fe16096a45c03e8c9a39449d1f750fafd27 [diff] |
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 <bart.vanassche@sandisk.com> Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>