mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-18 17:21:56 +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 (LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0))
|
||||||
if (likely(!(to_dev->ingress_cl_list))) {
|
if (likely(!(to_dev->ingress_cl_list))) {
|
||||||
-#else
|
-#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))) {
|
if (likely(!(to_dev->miniq_ingress))) {
|
||||||
+#else
|
+#else
|
||||||
+ if (likely(!(to_dev->tcx_ingress))) {
|
+ if (likely(!(to_dev->tcx_ingress))) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user