• Geert Uytterhoeven's avatar
    [PATCH] m68k-related net driver fixes · d6380fc4
    Geert Uytterhoeven authored
    On Sun, 16 Nov 2003, Jeff Garzik wrote:
    > Yet more updates.  Syncing with Andrew Morton, and more syncing with Al
    > Viro.
    >
    > No users of init_etherdev remain in the tree.  (yay!)
    
    Here are some (untested, except for cross-gcc) fixes for the m68k-related
    drivers:
      - Space.c: fix incorrect prototypes for atarilance_probe() and mace_probe()
      - a2065.c: kill superfluous argument of alloc_etherdev()
      - apne.c:
          o fix incorrect prototype for apne_probe()
          o kill unused variable err
      - mac8390.c:
          o kill unused variable probed
          o fix typos ENDOEV -> ENODEV and ERR_PTE -> ERR_PTR
          o add missing variable slots
      - macmace.c: use ERR_PTR() where needed
      - macsonic.c: kill unused variable lp
      - mvme147.c:
          o kill conversion warning and kill a cast by making ram unsigned long
          o add missing variable err
    
    Note: The use of `slots' in mac8390.c is not in my tree. Do you know where that
    change comes from?
    d6380fc4
mac8390.c 21 KB