From: Dan Carpenter Date: Thu, 13 Feb 2014 14:58:32 +0000 (+0300) Subject: crypto: remove a duplicate checks in __cbc_decrypt() X-Git-Tag: v3.15-rc1~111^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3bd5869fd65f509d96a9fcb47cdea81163a811d;p=pandora-kernel.git crypto: remove a duplicate checks in __cbc_decrypt() We checked "nbytes < bsize" before so it can't happen here. Signed-off-by: Dan Carpenter Acked-by: Jussi Kivilinna Acked-by: Johannes Götzfried Signed-off-by: Herbert Xu --- Reading git-diff-tree failed