drm/nouveau/core: drop error message when no compatible FW found
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / include / nvkm / core / firmware.h
index d14b7fb..85bcb80 100644 (file)
@@ -45,11 +45,8 @@ int nvkm_firmware_load_name(const struct nvkm_subdev *subdev, const char *path,
                }                                                              \
        }                                                                      \
                                                                                \
-       if (_ret) {                                                            \
-               nvkm_error(_s, "failed to load firmware\n");                   \
+       if (_ret)                                                              \
                _fwif = ERR_PTR(_ret);                                         \
-       }                                                                      \
-                                                                              \
        _fwif;                                                                 \
 })
 #endif