diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-02-14 12:39:58 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-02-14 12:40:14 +0100 |
commit | 54e1a6fced535cc2a8ed5204072dbf8882761b00 (patch) | |
tree | 5cd49149c41d9ab0f85f580264d3f8b6ae023d3f | |
parent | 2f024b79331141e2a62c9bf3601c803b26bde77b (diff) | |
download | upstream-54e1a6fced535cc2a8ed5204072dbf8882761b00.tar.gz upstream-54e1a6fced535cc2a8ed5204072dbf8882761b00.tar.bz2 upstream-54e1a6fced535cc2a8ed5204072dbf8882761b00.zip |
kernel: fix copy&paste mistake in bridge offload code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/generic/hack-5.10/600-bridge_offload.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.10/600-bridge_offload.patch b/target/linux/generic/hack-5.10/600-bridge_offload.patch index 985a79744c..586353816c 100644 --- a/target/linux/generic/hack-5.10/600-bridge_offload.patch +++ b/target/linux/generic/hack-5.10/600-bridge_offload.patch @@ -428,7 +428,7 @@ + goto out; + + inp = br_port_get_rcu(dev); -+ if (!p) ++ if (!inp) + goto out; + + vg = nbp_vlan_group_rcu(inp); |