Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a7e4fdb authored by Sandeep Panda's avatar Sandeep Panda
Browse files

drm/msm/dsi-staging: avoid dumping panel commands in dmesg



Avoid unnecessarily dumping all the panel specific commands
in dmesg log.

Change-Id: I6b1189b32c7477d6aab39b65e430fc7171cef6e5
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent 6148ddd3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1603,7 +1603,7 @@ static int dsi_panel_parse_cmd_sets_sub(struct dsi_panel_cmd_set *cmd,
	pr_debug("type=%d, name=%s, length=%d\n", type,
		cmd_set_prop_map[type], length);

	print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_NONE,
	print_hex_dump_debug("", DUMP_PREFIX_NONE,
		       8, 1, data, length, false);

	rc = dsi_panel_get_cmd_pkt_count(data, length, &packet_count);