lkml.org 
[lkml]   [2021]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.14 033/100] platform/chrome: cros_ec_trace: Fix format warnings
    Date
    From: Gwendal Grignou <gwendal@chromium.org>

    [ Upstream commit 4665584888ad2175831c972c004115741ec799e9 ]

    Fix printf format issues in new tracing events.

    Fixes: 814318242687 ("platform/chrome: cros_ec_trace: Add fields to command traces")

    Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
    Link: https://lore.kernel.org/r/20210830180050.2077261-1-gwendal@chromium.org
    Signed-off-by: Benson Leung <bleung@chromium.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/platform/chrome/cros_ec_trace.h | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/drivers/platform/chrome/cros_ec_trace.h b/drivers/platform/chrome/cros_ec_trace.h
    index f50b9f9b8610..7e7cfc98657a 100644
    --- a/drivers/platform/chrome/cros_ec_trace.h
    +++ b/drivers/platform/chrome/cros_ec_trace.h
    @@ -92,7 +92,7 @@ TRACE_EVENT(cros_ec_sensorhub_timestamp,
    __entry->current_time = current_time;
    __entry->delta = current_timestamp - current_time;
    ),
    - TP_printk("ec_ts: %12lld, ec_fifo_ts: %12lld, fifo_ts: %12lld, curr_ts: %12lld, curr_time: %12lld, delta %12lld",
    + TP_printk("ec_ts: %9u, ec_fifo_ts: %9u, fifo_ts: %12lld, curr_ts: %12lld, curr_time: %12lld, delta %12lld",
    __entry->ec_sample_timestamp,
    __entry->ec_fifo_timestamp,
    __entry->fifo_timestamp,
    @@ -122,7 +122,7 @@ TRACE_EVENT(cros_ec_sensorhub_data,
    __entry->current_time = current_time;
    __entry->delta = current_timestamp - current_time;
    ),
    - TP_printk("ec_num: %4d, ec_fifo_ts: %12lld, fifo_ts: %12lld, curr_ts: %12lld, curr_time: %12lld, delta %12lld",
    + TP_printk("ec_num: %4u, ec_fifo_ts: %9u, fifo_ts: %12lld, curr_ts: %12lld, curr_time: %12lld, delta %12lld",
    __entry->ec_sensor_num,
    __entry->ec_fifo_timestamp,
    __entry->fifo_timestamp,
    @@ -153,7 +153,7 @@ TRACE_EVENT(cros_ec_sensorhub_filter,
    __entry->x = state->x_offset;
    __entry->y = state->y_offset;
    ),
    - TP_printk("dx: %12lld. dy: %12lld median_m: %12lld median_error: %12lld len: %d x: %12lld y: %12lld",
    + TP_printk("dx: %12lld. dy: %12lld median_m: %12lld median_error: %12lld len: %lld x: %12lld y: %12lld",
    __entry->dx,
    __entry->dy,
    __entry->median_m,
    --
    2.33.0


    \
     
     \ /
      Last update: 2021-09-24 15:01    [W:4.431 / U:0.232 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site