From: Herbert Xu Date: Thu, 2 Apr 2015 14:39:40 +0000 (+0800) Subject: crypto: api - Change crypto_unregister_instance argument type X-Git-Tag: omap-for-v4.1/fixes-rc1~140^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b1675634e1e9f1570445c55604204771ac9078;p=pandora-kernel.git crypto: api - Change crypto_unregister_instance argument type This patch makes crypto_unregister_instance take a crypto_instance instead of a crypto_alg. This allows us to remove a duplicate CRYPTO_ALG_INSTANCE check in crypto_unregister_instance. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed