Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294202
b: refs/heads/master
c: 94f61a7
h: refs/heads/master
v: v3
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Feb 19, 2012
1 parent 4639b62 commit f54e333
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: 5350c65f4f15bbc111ffa629130d3f32cdd4ccf6
refs/heads/master: 94f61a7666224ab307e387ff0d146055ae77e6ab
2 changes: 1 addition & 1 deletion trunk/drivers/video/i740fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1179,9 +1179,9 @@ static void __devexit i740fb_remove(struct pci_dev *dev)
struct fb_info *info = pci_get_drvdata(dev);

if (info) {
#ifdef CONFIG_MTRR
struct i740fb_par *par = info->par;

#ifdef CONFIG_MTRR
if (par->mtrr_reg >= 0) {
mtrr_del(par->mtrr_reg, 0, 0);
par->mtrr_reg = -1;
Expand Down

0 comments on commit f54e333

Please sign in to comment.