kernel: fix copy&paste mistake in bridge offload code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		@@ -428,7 +428,7 @@
 | 
			
		||||
+		goto out;
 | 
			
		||||
+
 | 
			
		||||
+	inp = br_port_get_rcu(dev);
 | 
			
		||||
+	if (!p)
 | 
			
		||||
+	if (!inp)
 | 
			
		||||
+		goto out;
 | 
			
		||||
+
 | 
			
		||||
+	vg = nbp_vlan_group_rcu(inp);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user