summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ring.h b/ring.h
index 7590223..1074e8d 100644
--- a/ring.h
+++ b/ring.h
@@ -121,7 +121,7 @@ static inline int __get_sockopt_tpacket(int sock)
ret = getsockopt(sock, SOL_PACKET, PACKET_VERSION, &val, &len);
if (ret)
- panic("Cannot set tpacketv2!\n");
+ panic("Cannot get tpacket version!\n");
return val;
}
28b3eba124545bbf'>10d22782e23395f24862af66d0e2af980df09258 /arch/arm/boot/dts/imx6ul-tx6ul-0011.dts parent2cbf5b4212b1595449548f189a8fb2df0b25a03f (diff)
ARM: orion: remove unused wnr854t_switch_plat_data
The other instances of this structure got removed along with the MDIO device change, but this one was left behind and needs to be removed as well: arch/arm/mach-orion5x/wnr854t-setup.c:109:44: error: 'wnr854t_switch_plat_data' defined but not used [-Werror=unused-variable] static struct dsa_platform_data __initdata wnr854t_switch_plat_data = { Fixes: 575e93f7b5e6 ("ARM: orion: Register DSA switch as a MDIO device") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-tx6ul-0011.dts')