summaryrefslogtreecommitdiff
path: root/patches/0019-usb_driver_lpm.cocci
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0019-usb_driver_lpm.cocci')
-rw-r--r--patches/0019-usb_driver_lpm.cocci2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0019-usb_driver_lpm.cocci b/patches/0019-usb_driver_lpm.cocci
index 60712dce..793ca4e6 100644
--- a/patches/0019-usb_driver_lpm.cocci
+++ b/patches/0019-usb_driver_lpm.cocci
@@ -2,7 +2,7 @@
identifier backport_driver;
@@
struct usb_driver backport_driver = {
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0))
++#if LINUX_VERSION_IS_GEQ(3,5,0)
.disable_hub_initiated_lpm = 1,
+#endif
...