diff --git a/drivers/staging/greybus/greybus_trace.h b/drivers/staging/greybus/greybus_trace.h index 52a7ef5c4168ec5b9f375aab3a6d714f69e50079..7157a67673853fa7c9511ea63c3611a62efc8ebf 100644 --- a/drivers/staging/greybus/greybus_trace.h +++ b/drivers/staging/greybus/greybus_trace.h @@ -302,7 +302,7 @@ DECLARE_EVENT_CLASS(gb_host_device, TP_STRUCT__entry( __field(int, bus_id) - __field(u8, num_cports) + __field(size_t, num_cports) __field(size_t, buffer_size_max) ), @@ -312,7 +312,7 @@ DECLARE_EVENT_CLASS(gb_host_device, __entry->buffer_size_max = hd->buffer_size_max; ), - TP_printk("greybus: bus_id=%d num_cports=%hu mtu=%zu", + TP_printk("greybus: bus_id=%d num_cports=%zu mtu=%zu", __entry->bus_id, __entry->num_cports, __entry->buffer_size_max) );