Fixed missing return value in sis496_init()
This commit is contained in:
parent
80add6415c
commit
37fe4a56be
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ void *sis496_init()
|
|||
sis496->pci_conf[0x0b] = 0x06;
|
||||
|
||||
sis496->pci_conf[0x0e] = 0x00; /*Single function device*/
|
||||
|
||||
return sis496;
|
||||
}
|
||||
|
||||
void sis496_close(void *p)
|
||||
|
|
|
|||
Loading…
Reference in a new issue