From: Bruce Allan Date: Wed, 15 Oct 2014 18:33:15 +0000 (-0700) Subject: crypto: qat - fix bad unlock balance X-Git-Tag: omap-for-v3.19/fixes-rc1~99^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c4cef464b90b1638ff01a922d6a34095cc09c0c;p=pandora-kernel.git crypto: qat - fix bad unlock balance The mutex table_lock is unlocked in two functions without first being locked. Fix the functions to properly protect the accel_table with the table_lock. Also, fix a spelling error in one of the function's header comment. Signed-off-by: Bruce Allan Signed-off-by: Herbert Xu --- Reading git-diff-tree failed