summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/common
diff options
context:
space:
mode:
authorVedang Patel <vedang.patel@intel.com>2016-06-24 17:37:09 -0700
committerMark Brown <broonie@kernel.org>2016-06-27 15:51:29 +0100
commit3cb7cec14415ff8544ae702f396f913cd9008e7e (patch)
treebaeada493a596a783f0251b1e68a76aeeb0dc26d /sound/soc/intel/common
parent9c4639ec959f3618b5f7a7ea977ed09396c869c3 (diff)
downloadlinux-3cb7cec14415ff8544ae702f396f913cd9008e7e.tar.bz2
ASoC: hdac_hdmi: Increase loglevel of hex dump printed
The hdac_hdmi codec driver prints the ELD information everytime an external monitor is connected. Make it so that the information is only printed when someone trying to debug the driver explicitly enables it. print_hex_dump_bytes (which just calls print_hex_dump) uses printk(KERN_DEBUG,... which is different from dev_dbg used elsewhere in the driver: it's always enabled at compile-time. Change it to print_hex_dump_debug for logging consistency. Signed-off-by: Vedang Patel <vedang.patel@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common')
0 files changed, 0 insertions, 0 deletions