summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2015-08-02 18:19:35 +0300
committerMark Brown <broonie@kernel.org>2015-08-05 15:19:22 +0300
commit37879bafc2e0932279ad440d5a81c323e0c5c58c (patch)
treef3821f4d30663fe65bfd44a94e9ea0ba15d0bb8f /tools/perf/scripts/python/call-graph-from-postgresql.py
parent0a017768e8964ab4a6a68ad47a042d28b35695fb (diff)
downloadlinux-37879bafc2e0932279ad440d5a81c323e0c5c58c.tar.xz
ASoC: cs42l56: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGE
DECLARE_TLV_DB_RANGE() has the advantage over using TLV_DB_RANGE_HEAD() that it automatically calculates the number of items in the TLV and is hence less prone to manual error. Generate using the following coccinelle script // <smpl> @@ declarer name DECLARE_TLV_DB_RANGE; identifier tlv; constant x; @@ -unsigned int tlv[] = { - TLV_DB_RANGE_HEAD(x), +DECLARE_TLV_DB_RANGE(tlv, ... -}; +); // </smpl> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions