From: Francois Romieu Date: Sat, 16 Jun 2007 21:28:45 +0000 (+0200) Subject: r8169: de-obfuscate modulo arithmetic X-Git-Tag: v2.6.23-rc1~1201^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ae47c2ddc55e3c571bb55fca921cfe9b02a685f;p=pandora-kernel.git r8169: de-obfuscate modulo arithmetic The former style suggests a modulo arithmetic misuse but the expression should never be < 0. Even if it does, the driver will simply loop longer than expected (not that the remaining parts of the system will necessarily appreciate it...). Let's warn the user when something goes wrong and try to go over it. Signed-off-by: Francois Romieu Cc: Edward Hsu --- Reading git-diff-tree failed