summaryrefslogtreecommitdiffstats
path: root/drivers/video/tc358767.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tc358767.c')
-rw-r--r--drivers/video/tc358767.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/tc358767.c b/drivers/video/tc358767.c
index e64dde1ddf..7d14aca911 100644
--- a/drivers/video/tc358767.c
+++ b/drivers/video/tc358767.c
@@ -1191,8 +1191,7 @@ static int tc_read_edid(struct tc_data *tc)
#ifdef DEBUG
printk(KERN_DEBUG "eDP display EDID:\n");
- print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 16, 1, tc->edid,
- EDID_LENGTH, true);
+ print_hex_dump_bytes("", DUMP_PREFIX_OFFSET, tc->edid, EDID_LENGTH);
#endif
return 0;