Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219793
b: refs/heads/master
c: 328f55b
h: refs/heads/master
i:
  219791: c1d30ca
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Sep 8, 2010
1 parent 26badd0 commit 9fd39e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: b6c78757f9997128c934fc50f4f11031b2101ea6
refs/heads/master: 328f55baaea4cab82aad0b6724c84b9b55c1f4ae
5 changes: 1 addition & 4 deletions trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,6 @@ static void XGIfb_post_setmode(void)

}

#ifndef MODULE
XGIINITSTATIC int __init XGIfb_setup(char *options)
{
char *this_opt;
Expand Down Expand Up @@ -2880,7 +2879,6 @@ XGIINITSTATIC int __init XGIfb_setup(char *options)
printk("\nxgifb: outa xgifb_setup 3450");
return 0;
}
#endif

static unsigned char VBIOS_BUF[65535];

Expand Down Expand Up @@ -3461,13 +3459,12 @@ static struct pci_driver xgifb_driver = {

XGIINITSTATIC int __init xgifb_init(void)
{
#ifndef MODULE
char *option = NULL;

if (fb_get_options("xgifb", &option))
return -ENODEV;
XGIfb_setup(option);
#endif

return pci_register_driver(&xgifb_driver);
}

Expand Down

0 comments on commit 9fd39e7

Please sign in to comment.