# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.537   -> 1.538  
#       drivers/usb/media/ov511.c       1.25    -> 1.26   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/04/22      [EMAIL PROTECTED]  1.538
# USB ov511 driver
# 
# changed test_bit() call.
# --------------------------------------------
#
diff -Nru a/drivers/usb/media/ov511.c b/drivers/usb/media/ov511.c
--- a/drivers/usb/media/ov511.c Mon Apr 22 14:28:17 2002
+++ b/drivers/usb/media/ov511.c Mon Apr 22 14:28:17 2002
@@ -6474,7 +6474,7 @@
                return -1;
 
 #if defined (__i386__)
-       if (test_bit(X86_FEATURE_MMX, &boot_cpu_data.x86_capability))
+       if (test_bit(X86_FEATURE_MMX, boot_cpu_data.x86_capability))
                ov51x_mmx_available = 1;
 #endif
 

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to