mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 03:36:29 +00:00
layerscape: Fix kernel patch
The kernel update added one "+" too much.
Fixes: db345220b4
("kernel: bump 4.14 to 4.14.155")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
ad0463c2e8
commit
b1ef0e4437
@ -1034,7 +1034,7 @@ Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
|
||||
+ dev_kfree_skb(skb);
|
||||
+ return nskb;
|
||||
+
|
||||
++err:
|
||||
+err:
|
||||
+ if (nskb)
|
||||
+ dev_kfree_skb(nskb);
|
||||
+ put_page(npage);
|
||||
|
Loading…
Reference in New Issue
Block a user