aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorAlexandru Ardelean <[email protected]>2020-03-24 15:46:31 +0200
committerJonathan Cameron <[email protected]>2020-04-19 16:56:21 +0100
commit6eb3b8acfd079104571c207d4524743b6acc6550 (patch)
tree03c790679674b72cdd1bc4a1f4e4fbe3acf5a1ea /tools/perf/scripts/python/bin
parent20d5fa48d333670ffbc08d387a80710be91259a0 (diff)
iio: buffer-dmaengine: use %zu specifier for sprintf(align)
The 'size_t' type behaves differently on 64-bit architectures, and causes compiler a warning of the sort "format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}'". This change adds the correct specifier for the 'align' field. Fixes: 4538c18568099 ("iio: buffer-dmaengine: Report buffer length requirements") Reported-by: kbuild test robot <[email protected]> Signed-off-by: Alexandru Ardelean <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions