]> git.hungrycats.org Git - linux/commitdiff
USB ov511 driver
authorGreg Kroah-Hartman <greg@kroah.com>
Mon, 22 Apr 2002 04:13:15 +0000 (21:13 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 22 Apr 2002 04:13:15 +0000 (21:13 -0700)
changed test_bit() call.

drivers/usb/media/ov511.c

index c9ac22821e5023ff4937cab72eb721ab08278ccb..8855d505ed872eb8198b39e7678999ae23632e3a 100644 (file)
@@ -6474,7 +6474,7 @@ usb_ov511_init(void)
                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