bcm2835_smi: suppress warnings
The '%d' printk modifier was used twice to print a size_t variable.
This generates a warning on 64 bit architectures.
Use the proper '%zu' format.
Signed-off-by:
Matteo Croce <mcroce@redhat.com>
Loading
Please sign in to comment