mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 05:33:09 +00:00
574897dc14
'err' is a signed int and error codes are typically negative numbers, so
use '%d' instead of '%u' to format the error code in the error message.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
xilinx_dma.c | ||
zynqmp_dma.c |