staging: sep: remove assignment to i and j in sep_crypto_setup
authorDevendra Naga <devendra.aaru@gmail.com>
Tue, 22 Jan 2013 08:56:08 +0000 (03:56 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2013 16:58:44 +0000 (08:58 -0800)
commitc095454e4b6acc8a5e7908647ec60d6088be90c8
tree5fbc3286ef1df5126458274d07286d8c68e25ebf
parent7b63c5772fd6eea71b1332570812297e45403126
staging: sep: remove assignment to i and j in sep_crypto_setup

the i and j are used in for loop and they assigned to zeros in the
for loop, so no need to assign them to zeros again.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sep/sep_crypto.c