ath79: 5.15: drop unused res variable from pci ar71xx OF convert patch
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 6 May 2023 01:21:48 +0000 (03:21 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 12 May 2023 01:15:33 +0000 (03:15 +0200)
commit40c742908373171b70589b595c3c0587139f4ecd
tree0ae1f41520548d9250b58f309ec4fed25d56a81f
parent022006724fd11a36fe61e69bf5d7afce5afe8e7e
ath79: 5.15: drop unused res variable from pci ar71xx OF convert patch

Drop unused res variable from pci ar71xx OF convert patch fixing
compilation warning:

arch/mips/pci/pci-ar71xx.c: In function 'ar71xx_pci_probe':
arch/mips/pci/pci-ar71xx.c:287:26: error: unused variable 'res' [-Werror=unused-variable]
  287 |         struct resource *res;
      |                          ^~~
cc1: all warnings being treated as errors

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/ath79/patches-5.15/0018-MIPS-pci-ar71xx-convert-to-OF.patch
target/linux/ath79/patches-5.15/0036-MIPS-ath79-remove-irq-code-from-pci.patch
target/linux/ath79/patches-5.15/470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch