summary refs log tree commit diff
path: root/include/soc
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-10 14:23:49 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:26:11 +0200
commitdf044ebfc5bfba6810e3940db458d7fb4572bc6f (patch)
tree39e6c9f73898f2fa99e795ce8d240c4399aa785c /include/soc
parentf51bb7a6f548e961eb50e2221e45fcfe2b31ed94 (diff)
downloadlinux-df044ebfc5bfba6810e3940db458d7fb4572bc6f.tar.gz
staging: vc04_services: don't print pointers directly
kernel pointers should be printed with %pK and are not unsigned int big
on all architectures.  So fix this up to get rid of a bunch of warning
messages.

Note, there are other assumptions in this code that a pointer fits into
an int that need to be fixed up later.

Cc: Daniel Stone <daniels@collabora.com>
Cc: "Noralf Trønnes" <noralf@tronnes.org>
Cc: Pranith Kumar <bobby.prani@gmail.com>
Cc: popcornmix <popcornmix@gmail.com>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/soc')
0 files changed, 0 insertions, 0 deletions