OSDN Git Service

staging: ion: ion_cma_heap: Remove '0x' when using %pa format
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 18 Feb 2014 12:46:33 +0000 (09:46 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 19:13:14 +0000 (11:13 -0800)
commit2a3fcc51639cb4ad1a841bc169a1ddb993455076
tree93c9ae7fa677f154c67a467661d50d1c73647d15
parent53a91c68fa7b5f3ca45d2f1c88bf36a988b74e81
staging: ion: ion_cma_heap: Remove '0x' when using %pa format

%pa format already prints in hexadecimal format, so remove the '0x' annotation
to avoid a double '0x0x' pattern.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion_cma_heap.c