staging: ion: chunk_heap: use pr_debug for heap creation print
authorMitchel Humpherys <mitchelh@codeaurora.org>
Fri, 10 Apr 2015 01:10:03 +0000 (18:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 07:24:01 +0000 (09:24 +0200)
commitdc44f4e17c475230535f50011ab1f45b696b393b
tree759a35f67752de178bc5c6093eaf6f4c100b8b9b
parent071494d832ae2e7a318f86e8d9854ee26b8f1134
staging: ion: chunk_heap: use pr_debug for heap creation print

We're currently printing to the kernel log at `info' level when we
successfully create the chunk heap, but success messages should be done
at `debug' level.  Fix this.

Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion_chunk_heap.c