]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b53d83b087649bbd988ee55ccac89bc36794e97
tree0dc062500da61c03cbe6b7e3be738213bad69bfb
parentec56a9d878019b419e7fd0956c25042720dcf22c
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