mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Minor style nit
This commit is contained in:
parent
d951b75210
commit
3e4f2c37ff
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ ep_eisa_probe(device_t dev)
|
|||
|
||||
/* We must be in EISA configuration mode */
|
||||
if ((inw(iobase + EP_W0_ADDRESS_CFG) & 0x1f) != 0x1f)
|
||||
return ENXIO;
|
||||
return (ENXIO);
|
||||
|
||||
eisa_add_iospace(dev, iobase, EP_EISA_IOSIZE, RESVADDR_NONE);
|
||||
eisa_add_iospace(dev, port, EP_IOSIZE, RESVADDR_NONE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue