From: Asaf Vertz Date: Mon, 5 Jan 2015 08:23:10 +0000 (+0200) Subject: crypto: omap-des - fix BUG_ON condition X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~90^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d2e780c6239040ec29d404f87e752de3627e08;p=pandora-kernel.git crypto: omap-des - fix BUG_ON condition dd->total is unsigned so it won't do any good to check for negative value after subtracting instead of that we should check if the subtracted value is bigger than him This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Asaf Vertz Signed-off-by: Herbert Xu --- Reading git-diff-tree failed