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

Commit ca1bab74 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "trace: events: pdc: Correct trace print"

parents d5cb6cc0 e1f3b149
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -41,7 +41,7 @@ TRACE_EVENT(irq_pin_config,
	),

	TP_printk("%s hwirq:%u pin:%u type:%u enable:%u",
		__entry->func, __entry->pin, __entry->hwirq, __entry->type,
		__entry->func, __entry->hwirq, __entry->pin, __entry->type,
		__entry->enable)
);