mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
powermac_nvram: Actually return EBUSY on error from open.
This commit is contained in:
parent
773cfd2bf8
commit
124b6786e4
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ powermac_nvram_open(struct cdev *dev, int flags, int fmt, struct thread *td)
|
|||
sc->sc_rpos = sc->sc_wpos = 0;
|
||||
sx_xunlock(&sc->sc_lock);
|
||||
|
||||
return 0;
|
||||
return (err);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue