]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
r8169: de-obfuscate modulo arithmetic
authorFrancois Romieu <romieu@fr.zoreil.com>
Sat, 16 Jun 2007 21:28:45 +0000 (23:28 +0200)
committerJeff Garzik <jeff@garzik.org>
Mon, 9 Jul 2007 02:16:43 +0000 (22:16 -0400)
commit4ae47c2ddc55e3c571bb55fca921cfe9b02a685f
treeab36ce4084f19e952ac2e14d27df857a6366adb5
parent15d317587e17dcb96484e46b17b6e826a1f97661
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 <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
drivers/net/r8169.c