summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorGustavo Piaz da Silva <gustavopiazdasilva2102@gmail.com>2026-02-23 08:42:06 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-02-23 15:45:31 +0100
commitc2be939e93369568066554c37b222c4c309710c9 (patch)
treede41b85ee27f8278b92cce1d5ddc9913189e5a48 /tools/perf/scripts/python/bin/task-analyzer-record
parent36e20eb1cac2bac6e5399c60cd864a52957c5762 (diff)
staging: axis-fifo: use u32 for fifo depth flags
Update has_rx_fifo and has_tx_fifo types from int to u32 in struct axis_fifo. The of_property_read_u32() function expects a pointer to u32. Although the current code works correctly with int, using u32 aligns the data structure with the Device Tree API and prevents potential type-mismatch issues. Signed-off-by: Gustavo Piaz da Silva <gustavopiazdasilva2102@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://patch.msgid.link/20260223114207.3639-2-gustavopiazdasilva2102@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions