forked from mirrors/linux
Recent changes in the common IPC code introduced a build warning with
size_t fields, use the correct %zu format.
include/linux/dynamic_debug.h:82:16: warning: format '%lu' expects
argument of type 'long unsigned int', but argument 4 has type 'size_t'
[-Wformat=]
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| sst-haswell-dsp.c | ||
| sst-haswell-ipc.c | ||
| sst-haswell-ipc.h | ||
| sst-haswell-pcm.c | ||