drm/amdkfd: print doorbell offset as a hex value
authorColin Ian King <colin.king@canonical.com>
Wed, 13 Jul 2016 07:36:03 +0000 (08:36 +0100)
committerOded Gabbay <oded.gabbay@gmail.com>
Tue, 9 Aug 2016 07:02:02 +0000 (10:02 +0300)
commit6dae61627d1004895bfcee81d24482ec64cbecc5
tree0dc062500da61c03cbe6b7e3be738213bad69bfb
parent36e9d08b58f44c3a02974c405ccaaa6ecfaf05b8
drm/amdkfd: print doorbell offset as a hex value

The doorbell offset is formatted with a 0x prefix to suggest it is
a hexadecimal value, when in fact %d is being used and this is confusing.
Use %X instead to match the proceeding 0x prefix.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c