Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268344
b: refs/heads/master
c: 15ebe6c
h: refs/heads/master
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Sep 12, 2011
1 parent abfb130 commit 50db572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3028474cb469ff5352bbc7cc685eee46ab8e888b
refs/heads/master: 15ebe6c657db155fbb04143b1a655b8a58b0402e
4 changes: 2 additions & 2 deletions trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -2418,8 +2418,8 @@ static int __devinit xgifb_probe(struct pci_dev *pdev,
(unsigned int) xgi_video_info.video_base,
(unsigned int) xgi_video_info.video_size,
MTRR_TYPE_WRCOMB, 1);
if (xgi_video_info.mtrr)
printk(KERN_INFO "XGIfb: Added MTRRs\n");
if (xgi_video_info.mtrr >= 0)
dev_info(&pdev->dev, "added MTRR\n");
#endif

if (register_framebuffer(fb_info) < 0) {
Expand Down

0 comments on commit 50db572

Please sign in to comment.