artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c57b010
)
Oops, committed old version of previous diff with a typo in it: NLL -> NULL
author
stsp
<stsp@openbsd.org>
Fri, 16 Oct 2015 10:29:55 +0000
(10:29 +0000)
committer
stsp
<stsp@openbsd.org>
Fri, 16 Oct 2015 10:29:55 +0000
(10:29 +0000)
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
3835246
..
bde3857
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.5
7 2015/10/16 10:04:56
stsp Exp $ */
+/* $OpenBSD: if_iwm.c,v 1.5
8 2015/10/16 10:29:55
stsp Exp $ */
/*
* Copyright (c) 2014 genua mbh <info@genua.de>
@@
-3408,7
+3408,7
@@
iwm_send_cmd(struct iwm_softc *sc, struct iwm_host_cmd *hcmd)
error = EINVAL;
goto out;
}
- m = MCLGETI(NULL, M_DONTWAIT, NLL, totlen);
+ m = MCLGETI(NULL, M_DONTWAIT, N
U
LL, totlen);
if (m == NULL) {
printf("%s: could not get fw cmd mbuf (%zd bytes)\n",
DEVNAME(sc), totlen);