drm/amdkfd: Fix printing pointer cast
authorKent Russell <kent.russell@amd.com>
Mon, 4 Dec 2017 11:50:17 +0000 (06:50 -0500)
committerOded Gabbay <oded.gabbay@gmail.com>
Mon, 4 Dec 2017 11:50:17 +0000 (06:50 -0500)
commit8f8fb9b9d05c44e452ebefac5f01f8f32ffe306c
tree12c96aa911960210f3808c964b5692bba75dae25
parent3c0b42809071cb6d779b9c4a573edd5d12654f43
drm/amdkfd: Fix printing pointer cast

Just print a pointer instead of casting

v2: Remove the 0x prefix, since %p prints that automatically, and remove
it from one other spot as well

Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c