Fixes the following error:
/usr/src/sys/kern/subr_intr.c:802:37: error: format specifies type 'unsigned int' but the argument has type 'intptr_t' (aka 'long') [-Werror,-Wformat] device_get_nameunit(dev), dev, xref); ^~~~
Differential D24986
kern/subr_intr: fix build with DEBUG on arm64/aarch64 val_packett.cool on May 24 2020, 4:23 PM. Authored by Tags Referenced Files
Details
Fixes the following error: /usr/src/sys/kern/subr_intr.c:802:37: error: format specifies type 'unsigned int' but the argument has type 'intptr_t' (aka 'long') [-Werror,-Wformat] device_get_nameunit(dev), dev, xref); ^~~~
Diff Detail
|