Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334409
b: refs/heads/master
c: 565f571
h: refs/heads/master
i:
  334407: 79983a5
v: v3
  • Loading branch information
Ben Skeggs committed Oct 16, 2012
1 parent b54bab7 commit 1cf90fe
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: df1b4b91e5dae04782f65f657d771b23ca3bdc99
refs/heads/master: 565f571c48f01a681243a356e9083f5cf24b432e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/core/subdev/bios/dcb.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dcb_table(struct nouveau_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len)
*ver = nv_ro08(bios, dcb);

if (*ver >= 0x41) {
nv_warn(bios, "DCB *ver 0x%02x unknown\n", *ver);
nv_warn(bios, "DCB version 0x%02x unknown\n", *ver);
return 0x0000;
} else
if (*ver >= 0x30) {
Expand Down

0 comments on commit 1cf90fe

Please sign in to comment.