m68knommu: Clean up printing of sections
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 31 May 2012 19:39:13 +0000 (21:39 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 10 Jun 2012 08:18:27 +0000 (10:18 +0200)
  - Remove casts and unneeded address-of ('&') operators,
  - Use %p to format pointers, %lx to format unsigned longs.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer <gerg@uclinux.org>

No differences found