vc-sm: Fix a printf of a dma_addr_t from %u to %pad
authorDave Stevenson <dave.stevenson@raspberrypi.org>
Sun, 24 Sep 2017 21:43:16 +0000 (22:43 +0100)
committerPhil Elwell <pelwell@users.noreply.github.com>
Tue, 26 Sep 2017 10:58:57 +0000 (11:58 +0100)
commit5cc0d88ae9d90597dfc8bdb28fe19999aed8ca9e
treeeb134d28c9fbb74698b07d57be8fb0b80b4fa887
parent31f8c0c3f269675085e1271c9d3f76c42e672594
vc-sm: Fix a printf of a dma_addr_t from %u to %pad

Avoids issues when other build parameters result in
dma_addr_t being a 64 bit value.
See #2196.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
drivers/char/broadcom/vc_sm/vmcs_sm.c