]> git.ipfire.org Git - people/ms/u-boot.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)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 9 Feb 2015 14:09:57 +0000 (15:09 +0100)
commit4c0922f367a652a59ee0fa768212ec3bd78953ee
treea253e93e248b681166856eab5853e577eefd5ea3
parent5e2fc801ff2da9f799b0ad416a379c25aa7b7fe8
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