Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267719
b: refs/heads/master
c: 8145f9f
h: refs/heads/master
i:
  267717: 98f8332
  267715: 4dc0549
  267711: 9f9acee
v: v3
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Aug 24, 2011
1 parent 0705e8e commit eeb5ad9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: 883dac41534b3a16e490be36fb995f17e93bf210
refs/heads/master: 8145f9febb46a4feb61cd42bdfaecb4c78d787e1
4 changes: 0 additions & 4 deletions trunk/drivers/staging/xgifb/XGI_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

#define XGIFAIL(x) do { printk(x "\n"); return -EINVAL; } while (0)

#define VER_MAJOR 0
#define VER_MINOR 8
#define VER_LEVEL 1

#ifndef PCI_VENDOR_ID_XG
#define PCI_VENDOR_ID_XG 0x18CA
#endif
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -2468,9 +2468,6 @@ static int __devinit xgifb_probe(struct pci_dev *pdev,
goto error_1;
}

printk(KERN_INFO "fb%d: %s frame buffer device, Version %d.%d.%02d\n",
fb_info->node, myid, VER_MAJOR, VER_MINOR, VER_LEVEL);

dumpVGAReg();

return 0;
Expand Down

0 comments on commit eeb5ad9

Please sign in to comment.