summaryrefslogtreecommitdiffstats
path: root/vidix/sysdep/pci_isc.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/sysdep/pci_isc.c')
-rw-r--r--vidix/sysdep/pci_isc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/sysdep/pci_isc.c b/vidix/sysdep/pci_isc.c
index be2ed10556..17fb2b6106 100644
--- a/vidix/sysdep/pci_isc.c
+++ b/vidix/sysdep/pci_isc.c
@@ -41,7 +41,7 @@ static __inline__ int enable_os_io(void)
#else
sysi86(SI86V86, V86SC_IOPL, PS_IOPL);
#endif
- return(0);
+ return 0;
}
static __inline__ int disable_os_io(void)
@@ -51,5 +51,5 @@ static __inline__ int disable_os_io(void)
#else
sysi86(SI86V86, V86SC_IOPL, 0);
#endif
- return(0);
+ return 0;
}