提交 8140f92c 编写于 作者: B Ben Skeggs

drm/nouveau/core: drop error message when no compatible FW found

This is less than useful with some subdevs having _nofw variants in their
FWIF lists - it's cleaner to handle them all in the same way.
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 b9f327f1
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册