--- /dev/null
+From foo@baz Thu Oct 17 12:06:51 PM CEST 2024
+Date: Thu, 17 Oct 2024 12:06:51 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: net: dsa: microchip: fix build warning
+
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+In commit 65a9383389db ("net: dsa: microchip: fix initial port flush
+problem"), the build warning of an unused variable showed up. Fix this
+by removing the variable entirely.
+
+Fixes: 65a9383389db ("net: dsa: microchip: fix initial port flush problem")
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/net/dsa/microchip/ksz9477.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/drivers/net/dsa/microchip/ksz9477.c
++++ b/drivers/net/dsa/microchip/ksz9477.c
+@@ -195,7 +195,6 @@ static int ksz9477_wait_alu_sta_ready(st
+
+ static int ksz9477_reset_switch(struct ksz_device *dev)
+ {
+- u8 data8;
+ u32 data32;
+
+ /* reset switch */
netfilter-ip6t_rpfilter-fix-regression-with-vrf-interfaces.patch
ext4-fix-warning-in-ext4_dio_write_end_io.patch
rdma-hns-fix-uninitialized-variable.patch
+ksz9477c.patch