• Rusty Russell's avatar
    [PATCH] [2.5 patch] fix the compilation of drivers_net_tokenring_tms380tr.c · adac72f4
    Rusty Russell authored
    [ Guys, assume this is OK? ]
    
    From:  Adrian Bunk <bunk@fs.tum.de>
    
      Since 2.5.61 compilation of drivers/net/tokenring/tms380tr.c fails with
      the following error:
    
      <--  snip  -->
    
      ...
        gcc -Wp,-MD,drivers/net/tokenring/.tms380tr.o.d -D__KERNEL__ -Iinclude
      -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
      -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6
      -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include
      -DKBUILD_BASENAME=tms380tr -DKBUILD_MODNAME=tms380tr -c -o
      drivers/net/tokenring/tms380tr.o drivers/net/tokenring/tms380tr.c
      drivers/net/tokenring/tms380tr.c: In function `tms380tr_open':
      drivers/net/tokenring/tms380tr.c:260: invalid type argument of `->'
      drivers/net/tokenring/tms380tr.c:260: invalid type argument of `->'
      drivers/net/tokenring/tms380tr.c:260: invalid type argument of `->'
      drivers/net/tokenring/tms380tr.c:260: invalid type argument of `->'
      drivers/net/tokenring/tms380tr.c:260: invalid type argument of `->'
      drivers/net/tokenring/tms380tr.c:260: invalid type argument of `->'
      drivers/net/tokenring/tms380tr.c: In function `tms380tr_init_adapter':
      drivers/net/tokenring/tms380tr.c:1461: warning: long unsigned int format, different type arg (arg3)
      make[3]: *** [drivers/net/tokenring/tms380tr.o] Error 1
    
      <--  snip  -->
    
    
      The following patch by Jochen Friedrich fixes both the compile error and
      the warning:
    adac72f4
tms380tr.c 64.3 KB