Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298534
b: refs/heads/master
c: f3718a8
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Apr 4, 2012
1 parent c98999c commit ff9a020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 01627d968c8b5e2810fe8c417b406b968297c236
refs/heads/master: f3718a818f7fb3636130d5f34bde8df34f45c5e5
4 changes: 1 addition & 3 deletions trunk/drivers/gpu/drm/nouveau/nouveau_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ bios_shadow(struct drm_device *dev)
mthd->score = score_vbios(bios, mthd->rw);
mthd->size = bios->length;
mthd->data = bios->data;
bios->data = NULL;
} while (mthd->score != 3 && (++mthd)->shadow);

mthd = shadow_methods;
Expand All @@ -282,8 +281,7 @@ bios_shadow(struct drm_device *dev)
if (mthd->score > best->score) {
kfree(best->data);
best = mthd;
} else
kfree(mthd->data);
}
} while ((++mthd)->shadow);

if (best->score) {
Expand Down

0 comments on commit ff9a020

Please sign in to comment.