Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteproc
[linux-2.6-microblaze.git] / drivers / bluetooth / hci_qca.c
index bbd7db7..05ec530 100644 (file)
@@ -932,6 +932,9 @@ static int qca_setup(struct hci_uart *hu)
        if (!ret) {
                set_bit(STATE_IN_BAND_SLEEP_ENABLED, &qca->flags);
                qca_debugfs_init(hdev);
+       } else if (ret == -ENOENT) {
+               /* No patch/nvm-config found, run with original fw/config */
+               ret = 0;
        }
 
        /* Setup bdaddr */