diff options
Diffstat (limited to 'include/trace')
| -rw-r--r-- | include/trace/events/power.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/trace/events/power.h b/include/trace/events/power.h index 9e9475c85de5..f6df9868ea0c 100644 --- a/include/trace/events/power.h +++ b/include/trace/events/power.h | |||
| @@ -412,8 +412,8 @@ DECLARE_EVENT_CLASS(dev_pm_qos_request, | |||
| 412 | TP_printk("device=%s type=%s new_value=%d", | 412 | TP_printk("device=%s type=%s new_value=%d", |
| 413 | __get_str(name), | 413 | __get_str(name), |
| 414 | __print_symbolic(__entry->type, | 414 | __print_symbolic(__entry->type, |
| 415 | { DEV_PM_QOS_LATENCY, "DEV_PM_QOS_LATENCY" }, | 415 | { DEV_PM_QOS_RESUME_LATENCY, "DEV_PM_QOS_RESUME_LATENCY" }, |
| 416 | { DEV_PM_QOS_FLAGS, "DEV_PM_QOS_FLAGS" }), | 416 | { DEV_PM_QOS_FLAGS, "DEV_PM_QOS_FLAGS" }), |
| 417 | __entry->new_value) | 417 | __entry->new_value) |
| 418 | ); | 418 | ); |
| 419 | 419 | ||
