mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
mei: drop superfluous closing bracket from write traces
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
15c13dfcad
commit
e8466b336a
@ -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)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user