openwrt-pf/target/linux
Qingfang Deng 2ded54972e mediatek: fit: fix use of uninitialized variable
When building the kernel with -Wmaybe-uninitialized, GCC reports this
warning:

block/partitions/fit.c: In function 'parse_fit_partitions':
block/partitions/fit.c:164:3: warning: 'images' may be used uninitialized in this function [-Wmaybe-uninitialized]
  164 |   printk(KERN_ERR "FIT: Cannot find %s node: %d\n", FIT_CONFS_PATH, images);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

It appears to be a copy paste error. It's the "config" variable that is
supposed to be printed.

Fixes: e6aac8d98f ("image: add support for building FIT image with filesystem")
Signed-off-by: Qingfang Deng <qingfang.deng@siflower.com.cn>
2024-07-07 20:59:48 +08:00
..
airoha
apm821xx apm821xx: drop 6.1 kernel support files 2024-06-17 12:58:41 +02:00
archs38
armsr armsr: add realtek and smsc ethernet phy drivers to the default image 2024-06-23 16:15:28 +02:00
at91
ath79 ath79: suppress GPIO static base allocation warning 2024-07-04 19:30:37 +02:00
bcm27xx bcm27xx: update to latest RPi patches 2024-07-05 10:05:58 +02:00
bcm47xx bcm47xx: drop 6.1 support 2024-07-04 19:32:50 +02:00
bcm53xx kernel: bump 6.1 to 6.1.95 2024-06-23 16:33:41 +02:00
bcm4908
bmips kernel: bump 6.6 to 6.6.36 2024-07-04 22:07:10 +02:00
d1
gemini
generic kernel: mtdsplit: fix fit rootfs_data split 2024-07-07 20:58:56 +08:00
imx imx: 6.6: add upstream patches for imx8m{m,n,p} venice 2024-06-22 16:29:39 +02:00
ipq40xx ipq40xx: add BDFs for Linksys WHW03 V1 2024-07-04 19:14:20 +02:00
ipq806x ipq806x: 6.6: enable at803x driver 2024-06-27 17:11:40 +02:00
ixp4xx
kirkwood
lantiq lantiq: replace gswip patches with upstream version 2024-07-06 17:50:24 +02:00
layerscape treewide: refresh patches 2024-06-24 09:46:19 +02:00
loongarch64
malta malta: enable VM targets again 2024-06-30 22:00:03 +02:00
mediatek mediatek: fit: fix use of uninitialized variable 2024-07-07 20:59:48 +08:00
mpc85xx
mvebu kernel: bump 6.6 to 6.6.36 2024-07-04 22:07:10 +02:00
mxs
octeon
omap
pistachio pistachio: Fix setting mtd name 2024-07-01 00:46:16 +02:00
qoriq qoriq: use 6.1 by default and drop 5.15 2024-06-21 20:27:53 +02:00
qualcommax qualcommax: fix RAX120v2 PWM Fan controller wrong definition 2024-06-25 12:52:44 +02:00
ramips ramips: gpio: convert to the generic GPIO driver 2024-07-04 22:20:47 +02:00
realtek
rockchip uboot-rockchip: use u-boot-rockchip.bin 2024-07-04 19:26:00 +02:00
sifiveu
starfive kernel: bump 6.1 to 6.1.96 2024-07-04 22:02:47 +02:00
sunxi
tegra
uml uml: fix glibc-static check with GCC14 2024-06-22 22:06:06 +02:00
x86
zynq
Makefile