Commit 4f1aadaa authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB ov511 driver

changed test_bit() call.
parent 8a4c342b
...@@ -6474,7 +6474,7 @@ usb_ov511_init(void) ...@@ -6474,7 +6474,7 @@ usb_ov511_init(void)
return -1; return -1;
#if defined (__i386__) #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; ov51x_mmx_available = 1;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment