openwrt/target/linux/bcm63xx
Álvaro Fernández Rojas 29c3bb5f41 bcm63xx: ext_intc: fix warning
In file included from ./arch/mips/include/asm/io.h:34,
                 from ./arch/mips/include/asm/mmiowb.h:5,
                 from ./include/linux/spinlock.h:60,
                 from ./include/linux/irq.h:14,
                 from drivers/irqchip/irq-bcm6345-ext.c:10:
drivers/irqchip/irq-bcm6345-ext.c: In function 'bcm6345_ext_intc_of_init':
./arch/mips/include/asm/mach-bcm63xx/ioremap.h:48:9: warning: 'base' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return is_bcm63xx_internal_registers((unsigned long)addr);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/irqchip/irq-bcm6345-ext.c:255:16: note: 'base' was declared here
  void __iomem *base;
                ^~~~

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-05-14 16:28:31 +02:00
..
base-files bcm63xx: use generic diag.sh 2020-05-12 16:57:45 +02:00
dts bcm63xx: replace "ok" with "okay" for status in DTS files 2020-05-12 16:59:04 +02:00
generic brcm63xx: rename target to bcm63xx 2020-02-14 14:10:51 +01:00
image bcm63xx: image: remove unused definition 2020-05-14 16:12:08 +02:00
patches-5.4 bcm63xx: ext_intc: fix warning 2020-05-14 16:28:31 +02:00
profiles brcm63xx: rename target to bcm63xx 2020-02-14 14:10:51 +01:00
smp brcm63xx: rename target to bcm63xx 2020-02-14 14:10:51 +01:00
config-5.4 bcm63xx: fix missing watchdog core dependency 2020-04-12 12:40:06 +02:00
Makefile bcm63xx: switch to 5.4 kernel 2020-04-18 20:58:38 +02:00
modules.mk brcm63xx: rename target to bcm63xx 2020-02-14 14:10:51 +01:00