summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proto_nlmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_nlmsg.c b/proto_nlmsg.c
index ce97c6d..d3c913d 100644
--- a/proto_nlmsg.c
+++ b/proto_nlmsg.c
@@ -42,7 +42,7 @@
#define attr_fmt(attr, fmt, ...) \
tprintf("\tA: "fmt, ##__VA_ARGS__); \
- tprintf(", Len %lu\n", RTA_LEN(attr));
+ tprintf(", Len %d\n", RTA_LEN(attr));
struct flag_name {
const char *name;
h=nds-private-remove&id=9b02c54bc951fca884ba5719f42a27e8240965bf'>68292e54c6d3482d6b55fc31b3ab9519307b255a /include/sound/es1688.h parent7a308bb3016f57e5be11a677d15b821536419d36 (diff)
cpufreq: brcmstb-avs-cpufreq: extend sysfs entry brcm_avs_pmap
We extend the brcm_avs_pmap sysfs entry (which issues the GET_PMAP command to AVS) to include all fields from struct pmap. This means adding mode (AVS, DVS, DVFS) and state (the P-state) to the output. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/sound/es1688.h')