vidc: Make more pr_info()s into pr_debug()s
The logging messages in the vdec driver are for debug purposes.
Replace the info printks with debug printks. If desired they can
be turned on individually via
# mount -t debugfs none /sys/kernel/debug
# echo -n "file vdec.c +p" > /sys/kernel/debug/dynamic_debug/control
Finer based prints can be done on a line by line basis as well.
Change-Id: I5b6f94e13724036d02c25d1d478d25ca2555dfa2
Signed-off-by:
Stephen Boyd <sboyd@codeaurora.org>
Loading
Please sign in to comment