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 /target/linux | |
| 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>
Diffstat (limited to 'target/linux')
| -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 985a79744c8..586353816c2 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); |
