summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xpp/xpp_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/xpp_usb.c b/xpp/xpp_usb.c
index 629789a..1fd6a9e 100644
--- a/xpp/xpp_usb.c
+++ b/xpp/xpp_usb.c
@@ -49,7 +49,7 @@ DEF_PARM(int, print_dbg, 1, "Print DBG statements"); /* must be before zap_debug
/* FIXME: A flag that was deprecated at some point, and rather useless */
/* anyway. Only used in the code or-ed to other flags */
-#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,14)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14)
# define URB_ASYNC_UNLINK 0
#endif