mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
5de267b299
gcc-7.0 reports a potential array overflow: arch/arm/mach-mv78xx0/pcie.c: In function 'mv78xx0_pcie_preinit': arch/arm/mach-mv78xx0/pcie.c:81:4: error: output may be truncated before the last format character [-Werror=format-truncation=] I haven't checked if this can actually happen, but making the array one 32-bit word longer addresses the warning and makes it completely safe. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> |
||
---|---|---|
.. | ||
bridge-regs.h | ||
buffalo-wxl-setup.c | ||
common.c | ||
common.h | ||
db78x00-bp-setup.c | ||
irq.c | ||
irqs.h | ||
Kconfig | ||
Makefile | ||
mpp.c | ||
mpp.h | ||
mv78xx0.h | ||
pcie.c | ||
rd78x00-masa-setup.c |