Skip to content
  • Christian Lamparter's avatar
    mac80211: fix spare warnings in driver-trace.h · f742880c
    Christian Lamparter authored
    
    
    This patch fixes the following errors:
    
    driver-trace.h:148:1: error: cannot size expression
    driver-trace.h:148:1: error: cannot size expression
    [...]
    driver-trace.h:222:1: error: cannot size expression
    driver-trace.h:71:1: error: incompatible types for operation (<)
    driver-trace.h:71:1:    left side has type void *<noident>
    driver-trace.h:71:1:    right side has type int
    driver-trace.h:99:1: error: incompatible types for operation (<)
    driver-trace.h:99:1:    left side has type void *<noident>
    driver-trace.h:99:1:    right side has type int
    driver-trace.h:148:1: error: incompatible types for operation (<)
    driver-trace.h:148:1:    left side has type void *<noident>
    driver-trace.h:148:1:    right side has type int
    driver-trace.h:222:1: error: cannot size expression
    driver-trace.h:248:1: error: incompatible types for operation (<)
    driver-trace.h:248:1:    left side has type void *<noident>
    driver-trace.h:248:1:    right side has type int
    driver-trace.h:446:1: error: incompatible types for operation (<)
    driver-trace.h:446:1:    left side has type void *<noident>
    driver-trace.h:446:1:    right side has type int
    
    Signed-off-by: default avatarChristian Lamparter <chunkeey@web.de>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    f742880c