From: Devendra Naga Date: Tue, 22 Jan 2013 08:56:08 +0000 (-0500) Subject: staging: sep: remove assignment to i and j in sep_crypto_setup X-Git-Tag: v3.9-rc1~127^2~330 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c095454e4b6acc8a5e7908647ec60d6088be90c8;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed