1. 31 1月, 2009 3 次提交
  2. 21 11月, 2008 1 次提交
  3. 28 10月, 2008 1 次提交
  4. 11 10月, 2008 3 次提交
  5. 31 7月, 2008 1 次提交
    • A
      [MIPS] RB532: Flags are unsigned long · 8b32d6d0
      Adrian Bunk 提交于
      A recent generic change now catches such bugs:
      
      <--  snip  -->
      
      ...
        CC      arch/mips/rb532/time.o
      cc1: warnings being treated as errors
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/rb532/time.c: In function 'plat_time_init':
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/rb532/time.c:55: error: comparison of distinct pointer types lacks a cast
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/rb532/time.c:66: error: comparison of distinct pointer types lacks a cast
      make[2]: *** [arch/mips/rb532/time.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      8b32d6d0
  6. 20 7月, 2008 1 次提交