summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2025-04-10 12:00:49 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2025-04-30 08:16:07 +0200
commitd12ddda5239826ca6978eaadea1b9280762c830a (patch)
treebf8ce7da45e0158d84248ea45b08c67a8c6b16fc /tools/perf/scripts/python/bin/stackcollapse-record
parent6829c5b5d26b1be31880d74ec24cb32d2d75f1ae (diff)
media: uapi: cec-funcs.h: use CEC_LOG_ADDR_BROADCAST
The cec-funcs.h header sets the destination to 0xf for those messages that can only be broadcast. Instead of writing: msg->msg[0] |= 0xf; /* broadcast */ just write: msg->msg[0] |= CEC_LOG_ADDR_BROADCAST; which is more descriptive and allows us to drop the comment. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions