1. 22 Mar, 2006 3 commits
    • Dirk Behme's avatar
      ARM: OMAP: Fix warnings in innovator_ps2: · a5f137d2
      Dirk Behme authored
      drivers/input/keyboard/innovator_ps2.c:333: warning: 'block'
      defined but not used
      drivers/input/keyboard/innovator_ps2.c:338: warning:
      'innovator_fpga_hid_lock' defined but not used
      drivers/input/keyboard/innovator_ps2.c:339: warning:
      'innovator_fpga_hid_busy' defined but not used
      drivers/input/keyboard/innovator_ps2.c:383: warning:
      'innovator_fpga_hid_clear_bits' defined but not used
      drivers/input/keyboard/innovator_ps2.c:702: warning:
      'verify_init' defined but not used
      drivers/input/keyboard/innovator_ps2.c: In function
      'innovator_ps2_resume':
      drivers/input/keyboard/innovator_ps2.c:1176: warning:
      'pmcomm' may be used uninitialized in this function
      drivers/input/keyboard/innovator_ps2.c: In function
      'innovator_ps2_suspend':
      drivers/input/keyboard/innovator_ps2.c:1153: warning:
      'pmcomm' may be used uninitialized in this function
      
      Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      a5f137d2
    • Dirk Behme's avatar
      ARM: OMAP: Fix omap-rtc · af24187c
      Dirk Behme authored
      drivers/char/omap-rtc.c:125: error: static declaration of
      'rtc_interrupt' follows non-static declaration
      include/linux/rtc.h:107: error: previous declaration of
      'rtc_interrupt' was here
      
      Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      af24187c
    • Dirk Behme's avatar
      ARM: OMAP: Fix menelaus.c compile for GCC 4.1.0: · ab370c66
      Dirk Behme authored
      drivers/i2c/chips/menelaus.c:453: error: expected '=' before
      '{' token
      drivers/i2c/chips/menelaus.c:456: error: expected '}' before
      '.' token
      
      Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      ab370c66
  2. 21 Mar, 2006 1 commit
  3. 20 Mar, 2006 10 commits
  4. 19 Mar, 2006 2 commits
    • Michael Chan's avatar
      [TG3]: 40-bit DMA workaround part 2 · 4a29cc2e
      Michael Chan authored
      The 40-bit DMA workaround recently implemented for 5714, 5715, and
      5780 needs to be expanded because there may be other tg3 devices
      behind the EPB Express to PCIX bridge in the 5780 class device.
      
      For example, some 4-port card or mother board designs have 5704 behind
      the 5714.
      
      All devices behind the EPB require the 40-bit DMA workaround.
      
      Thanks to Chris Elmquist again for reporting the problem and testing
      the patch.
      Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      4a29cc2e
    • Ralf Baechle DL5RB's avatar
      [AX.25]: Fix potencial memory hole. · c7c694d1
      Ralf Baechle DL5RB authored
      If the AX.25 dialect chosen by the sysadmin is set to DAMA master / 3
      (or DAMA slave / 2, if CONFIG_AX25_DAMA_SLAVE=n) ax25_kick() will fall
      through the switch statement without calling ax25_send_iframe() or any
      other function that would eventually free skbn thus leaking the packet.
      
      Fix by restricting the sysctl inferface to allow only actually supported
      AX.25 dialects.
      
      The system administration mistake needed for this to happen is rather
      unlikely, so this is an uncritical hole.
      
      Coverity #651.
      Signed-off-by: default avatarRalf Baechle DL5RB <ralf@linux-mips.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c7c694d1
  5. 18 Mar, 2006 16 commits
  6. 17 Mar, 2006 8 commits