commit | 6dae61627d1004895bfcee81d24482ec64cbecc5 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jul 13 08:36:03 2016 +0100 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Tue Aug 09 10:02:02 2016 +0300 |
tree | 0dc062500da61c03cbe6b7e3be738213bad69bfb | |
parent | 36e9d08b58f44c3a02974c405ccaaa6ecfaf05b8 [diff] |
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>