artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201a398
)
remove duplicate 'if (err)' line in iwm_auth()
author
stsp
<stsp@openbsd.org>
Mon, 11 Jul 2022 11:28:37 +0000
(11:28 +0000)
committer
stsp
<stsp@openbsd.org>
Mon, 11 Jul 2022 11:28:37 +0000
(11:28 +0000)
spotted by waddlesplash at haiku-os
sys/dev/pci/if_iwm.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_iwm.c
b/sys/dev/pci/if_iwm.c
index
b85d626
..
0bc32b5
100644
(file)
--- a/
sys/dev/pci/if_iwm.c
+++ b/
sys/dev/pci/if_iwm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_iwm.c,v 1.40
2 2022/07/07 07:48:45
stsp Exp $ */
+/* $OpenBSD: if_iwm.c,v 1.40
3 2022/07/11 11:28:37
stsp Exp $ */
/*
* Copyright (c) 2014, 2016 genua gmbh <info@genua.de>
@@
-8751,7
+8751,6
@@
iwm_auth(struct iwm_softc *sc)
err = iwm_phy_ctxt_update(sc, &sc->sc_phyctxt[0],
in->in_ni.ni_chan, 1, 1, 0, IEEE80211_HTOP0_SCO_SCN,
IEEE80211_VHTOP0_CHAN_WIDTH_HT);
- if (err)
if (err)
return err;
}