diff options
| author | Felix Fietkau | 2022-02-14 11:39:58 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2022-02-14 11:40:14 +0000 |
| commit | 54e1a6fced535cc2a8ed5204072dbf8882761b00 (patch) | |
| tree | 5cd49149c41d9ab0f85f580264d3f8b6ae023d3f | |
| parent | 2f024b79331141e2a62c9bf3601c803b26bde77b (diff) | |
| download | openwrt-54e1a6fced535cc2a8ed5204072dbf8882761b00.tar.gz | |
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); |