• Arnd Bergmann's avatar
    net: seeq: fix timer conversion · 9691cea9
    Arnd Bergmann authored
    One of the timer conversion patches evidently escaped build testing
    until I ran into in on ARM randconfig builds:
    
    drivers/net/ethernet/seeq/ether3.c: In function 'ether3_ledoff':
    drivers/net/ethernet/seeq/ether3.c:175:40: error: 'priv' undeclared (first use in this function); did you mean 'pid'?
    drivers/net/ethernet/seeq/ether3.c:176:27: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
    
    This fixes the two small typos that caused the problems.
    
    Fixes: 6fd9c53f ("net: seeq: Convert timers to use timer_setup()")
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    9691cea9
ether3.c 23 KB