Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199684
b: refs/heads/master
c: f50c0b9
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed May 28, 2010
1 parent a02b48a commit eef829e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d13102c6b4836289138431e3fbfc08e90c925ffd
refs/heads/master: f50c0b91e7718e7deda46475cfd0ea1413daed04
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -6265,7 +6265,7 @@ nouveau_bios_init(struct drm_device *dev)
/* ... unless card isn't POSTed already */
if (!nouveau_bios_posted(dev)) {
NV_INFO(dev, "Adaptor not initialised\n");
if (dev_priv->card_type < NV_50) {
if (dev_priv->card_type < NV_40) {
NV_ERROR(dev, "Unable to POST this chipset\n");
return -ENODEV;
}
Expand Down

0 comments on commit eef829e

Please sign in to comment.