orinoco_usb: don't release nonexistent firmware
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / orinoco / orinoco_usb.c
index 7744f42de1eaa7c95e1f4da84b39cb81d3af099d..1f9cb55c33608c1a5daeab253ebd9372da8827e7 100644 (file)
@@ -1584,7 +1584,7 @@ static int ezusb_probe(struct usb_interface *interface,
        struct ezusb_priv *upriv = NULL;
        struct usb_interface_descriptor *iface_desc;
        struct usb_endpoint_descriptor *ep;
-       const struct firmware *fw_entry;
+       const struct firmware *fw_entry = NULL;
        int retval = 0;
        int i;