]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
microblaze: Remove DEBUG_INT macro and use debug() instead
authorMichal Simek <michal.simek@xilinx.com>
Mon, 26 Jan 2015 13:37:52 +0000 (14:37 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:16 +0000 (12:59 +0200)
commited57629a0831f302edaf246cab27f6fa969adc77
tree4763e1e2625602f2fe9f9d93c67788c4fb510da1
parentba7d5b9416954fbe34427cddd360fb1537fa3fac
microblaze: Remove DEBUG_INT macro and use debug() instead

Do not use specific macros for debugging.
Also remove compilation warning:
w+../arch/microblaze/cpu/interrupts.c: In function 'interrupt_handler':
w+../arch/microblaze/cpu/interrupts.c:153:2: warning: format '%x'
expects argument of type 'unsigned int', but argument 2 has type 'void
(*)(void *)' [-Wformat]
w+../arch/microblaze/cpu/interrupts.c:153:2: warning: format '%x'
expects argument of type 'unsigned int', but argument 4 has type 'void
*' [-Wformat]

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/cpu/interrupts.c