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

Commit e8466b33 authored by Alexander Usyskin's avatar Alexander Usyskin Committed by Greg Kroah-Hartman
Browse files

mei: drop superfluous closing bracket from write traces

parent 15c13dfc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ TRACE_EVENT(mei_reg_write,
		__entry->offs = offs;
		__entry->val = val;
	),
	TP_printk("[%s] write %s[%#x] = %#x)",
	TP_printk("[%s] write %s[%#x] = %#x",
		  __get_str(dev), __entry->reg,  __entry->offs, __entry->val)
);

@@ -98,7 +98,7 @@ TRACE_EVENT(mei_pci_cfg_write,
		__entry->offs = offs;
		__entry->val = val;
	),
	TP_printk("[%s] pci cfg write %s[%#x] = %#x)",
	TP_printk("[%s] pci cfg write %s[%#x] = %#x",
		  __get_str(dev), __entry->reg,  __entry->offs, __entry->val)
);