From: Herbert Xu Date: Mon, 10 Sep 2007 07:51:11 +0000 (+0800) Subject: [CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spot X-Git-Tag: v2.6.23-rc6~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32528d0fbda1093eeeaa7d0a2c498bbb5154099d;p=pandora-kernel.git [CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spot The previous patch had the conditional inverted. This patch fixes it so that we return the original position if it does not straddle a page. Thanks to Bob Gilligan for spotting this. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed