]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sparc64: fix inconsistent printing of handles in debug messages
authorMenno Lageman <menno.lageman@oracle.com>
Tue, 2 May 2017 10:23:00 +0000 (06:23 -0400)
committerShannon Nelson <shannon.nelson@oracle.com>
Wed, 31 May 2017 23:43:52 +0000 (16:43 -0700)
commit7e4094414df90978ade44819c8027f66e510b7fa
treee3595456ab146b5206c8a3d9ed707c56dcf3378f
parenta9ee0c6dc26c5bb8907c95964f50942c6334fd81
sparc64: fix inconsistent printing of handles in debug messages

Most debug messages print handles using "%llx" but some use "%llu". Use
"%llx" for all debug messages that print handles.

Signed-off-by: Menno Lageman <menno.lageman@oracle.com>
Reviewed-by: Liam Merwick <liam.merwick@oracle.com>
Reviewed-by: Aaron Young <aaron.young@oracle.com>
Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com>
arch/sparc/kernel/ds.c