1. 11 8月, 2017 1 次提交
  2. 10 8月, 2017 5 次提交
  3. 18 7月, 2017 1 次提交
    • G
      Blackfin: flat: Use %x to format u32 · cb0fbbf2
      Geert Uytterhoeven 提交于
      Several variables had their types changed from unsigned long to u32,
      but the printk()-style format to print them wasn't updated, leading to:
      
          arch/blackfin/kernel/flat.c: In function 'bfin_get_addr_from_rp':
          arch/blackfin/kernel/flat.c:35:3: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'u32' [-Wformat]
          arch/blackfin/kernel/flat.c: In function 'bfin_put_addr_at_rp':
          arch/blackfin/kernel/flat.c:80:3: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'u32' [-Wformat]
      
      Fixes: 468138d7 ("binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail")
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cb0fbbf2
  4. 17 7月, 2017 2 次提交
  5. 15 7月, 2017 2 次提交
  6. 14 7月, 2017 5 次提交
  7. 13 7月, 2017 24 次提交