firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
[linux-2.6-microblaze.git] / drivers / base / firmware_loader / main.c
index 249add8..57133a9 100644 (file)
@@ -877,7 +877,7 @@ int request_firmware_direct(const struct firmware **firmware_p,
        __module_get(THIS_MODULE);
        ret = _request_firmware(firmware_p, name, device, NULL, 0,
                                FW_OPT_UEVENT | FW_OPT_NO_WARN |
-                               FW_OPT_NOFALLBACK);
+                               FW_OPT_NOFALLBACK_SYSFS);
        module_put(THIS_MODULE);
        return ret;
 }