From: Alex Porosanu Date: Mon, 9 Sep 2013 15:56:32 +0000 (+0300) Subject: crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driver X-Git-Tag: v3.13-rc2~35^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f996e0b3b00c98f0ac8ffef1a6572cbc735bbc;p=pandora-kernel.git crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driver If the caam driver module instantiates the RNG state handle 0, then upon the removal of the module, the RNG state handle is left initialized. This patch takes care of reverting the state of the handle back to its previous uninstantatied state. Signed-off-by: Alex Porosanu Signed-off-by: Herbert Xu --- Reading git-diff-tree failed