Skip to content

Commit

Permalink
staging: xgifb: delete driver version information
Browse files Browse the repository at this point in the history
Delete version information, it's just noise and serves no purpose.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Reviewed-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Aug 24, 2011
1 parent 883dac4 commit 8145f9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions 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 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 8145f9f

Please sign in to comment.