• Francois Romieu's avatar
    r8169: de-obfuscate modulo arithmetic · 4ae47c2d
    Francois Romieu authored
    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: default avatarFrancois Romieu <romieu@fr.zoreil.com>
    Cc: Edward Hsu <edward_hsu@realtek.com.tw>
    4ae47c2d
r8169.c 74 KB