mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 08:44:52 +00:00
qca-nss-ecm: fix incorrect else if statement
This commit is contained in:
parent
ebd3cebaec
commit
9a2a123a47
@ -146,7 +146,7 @@
|
||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0))
|
||||
if (likely(!(to_dev->ingress_cl_list))) {
|
||||
-#else
|
||||
+#elseif (LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0))
|
||||
+#elif (LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0))
|
||||
if (likely(!(to_dev->miniq_ingress))) {
|
||||
+#else
|
||||
+ if (likely(!(to_dev->tcx_ingress))) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user