summaryrefslogtreecommitdiff
path: root/patches/0062-iff-no-queue.cocci
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0062-iff-no-queue.cocci')
-rw-r--r--patches/0062-iff-no-queue.cocci2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0062-iff-no-queue.cocci b/patches/0062-iff-no-queue.cocci
index 9c95b853..237985c5 100644
--- a/patches/0062-iff-no-queue.cocci
+++ b/patches/0062-iff-no-queue.cocci
@@ -2,7 +2,7 @@
expression E;
@@
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
++#if LINUX_VERSION_IS_GEQ(4,3,0)
E->priv_flags |= IFF_NO_QUEUE;
+#else
+E->tx_queue_len = 0;