drivers: crypto: don't return uninitialized local variable
It should never be intended to return an uninitialized
variable from a function.
Remove the use of the uninitialized variable to fix the bug.
Signed-off-by:
Chao Song <chao.song@linux.intel.com>
Loading
Please sign in to comment