Skip to content
Commit 6d03c285 authored by Phil Elwell's avatar Phil Elwell Committed by Dom Cobley
Browse files

staging/bcm2835-isp: Fix compiler warning



The result of dividing a u32 by a size_t is an unsigned int on arm32
and a long unsigned int on arm64. Use "%zu" (the size_t format) to
remove the build warning for 64-bit builds.

Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.com>
parent 32462f7d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment