VIGS: Removed a compilation warnning
authorjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 15 Jul 2015 02:48:31 +0000 (11:48 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 15 Jul 2015 04:00:15 +0000 (13:00 +0900)
commit5420c3a273987ef7effb7018503f845c22c037c2
treed1174b5adb2861a05143e9e5e24318a7c076e0b1
parentebf68337152dab1f65ef1cd722fa1d42bb1f5d88
VIGS: Removed a compilation warnning

Changed the format specifier from '%u' to '%pa' for the type 'resource_size_t'.
Here is an excerpt from the document below,
'https://www.kernel.org/doc/Documentation/printk-formats.txt',
"
Physical addresses types phys_addr_t:

    %pa[p]  0x01234567 or 0x0123456789abcdef

    For printing a phys_addr_t type (and its derivatives, such as
    resource_size_t) which can vary based on build options, regardless of
    the width of the CPU data path. Passed by reference.
".

Change-Id: Ia0d72411de707cb7f3aaba7d91e86f79f5c2b607
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
drivers/gpu/drm/vigs/vigs_device.c