aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_bios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c
index 61d932261356..620cbd9767cc 100644
--- a/drivers/gpu/drm/nouveau/nouveau_bios.c
+++ b/drivers/gpu/drm/nouveau/nouveau_bios.c
@@ -6265,7 +6265,7 @@ nouveau_bios_init(struct drm_device *dev)
6265 /* ... unless card isn't POSTed already */ 6265 /* ... unless card isn't POSTed already */
6266 if (!nouveau_bios_posted(dev)) { 6266 if (!nouveau_bios_posted(dev)) {
6267 NV_INFO(dev, "Adaptor not initialised\n"); 6267 NV_INFO(dev, "Adaptor not initialised\n");
6268 if (dev_priv->card_type < NV_50) { 6268 if (dev_priv->card_type < NV_40) {
6269 NV_ERROR(dev, "Unable to POST this chipset\n"); 6269 NV_ERROR(dev, "Unable to POST this chipset\n");
6270 return -ENODEV; 6270 return -ENODEV;
6271 } 6271 }