1. 01 11月, 2008 2 次提交
  2. 23 8月, 2008 1 次提交
  3. 07 8月, 2008 1 次提交
  4. 05 8月, 2008 1 次提交
  5. 30 7月, 2008 1 次提交
    • D
      iwlwifi: compilation error when CONFIG_IWLWIFI_DEBUG is not set · c0b6a1c9
      Denis V. Lunev 提交于
      CC [M]  drivers/net/wireless/iwlwifi/iwl-rfkill.o
      drivers/net/wireless/iwlwifi/iwl-led.c: In function 'iwl_led_brightness_set':
      drivers/net/wireless/iwlwifi/iwl-led.c:198: error: 'led_type_str' undeclared (first use in this function)
      drivers/net/wireless/iwlwifi/iwl-led.c:198: error: (Each undeclared identifier is reported only once
      drivers/net/wireless/iwlwifi/iwl-led.c:198: error: for each function it appears in.)
      
      The problem is that led_type_str is defined under CONFIG_IWLWIFI_DEBUG
      while IWL_DEBUG is a static inline function in this case. Replace it
      with macro.
      Signed-off-by: NDenis V. Lunev <den@openvz.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c0b6a1c9
  6. 15 6月, 2008 2 次提交
  7. 22 5月, 2008 2 次提交
  8. 15 5月, 2008 3 次提交
  9. 26 3月, 2008 2 次提交
  10. 14 3月, 2008 1 次提交
  11. 07 3月, 2008 1 次提交
  12. 29 1月, 2008 4 次提交
  13. 11 10月, 2007 2 次提交