mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
thunderbolt: Use decimal number with port numbers
This makes it consistent with the other logging functions. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Tested-by: Brad Campbell <lists2009@fnarfbargle.com>
This commit is contained in:
parent
ca319f5565
commit
ebe99c0f29
@ -674,7 +674,7 @@ static inline int tb_port_write(struct tb_port *port, const void *buffer,
|
||||
#define __TB_PORT_PRINT(level, _port, fmt, arg...) \
|
||||
do { \
|
||||
const struct tb_port *__port = (_port); \
|
||||
level(__port->sw->tb, "%llx:%x: " fmt, \
|
||||
level(__port->sw->tb, "%llx:%u: " fmt, \
|
||||
tb_route(__port->sw), __port->port, ## arg); \
|
||||
} while (0)
|
||||
#define tb_port_WARN(port, fmt, arg...) \
|
||||
|
Loading…
Reference in New Issue
Block a user