mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ath: revert accidental change committed with r327526
It will be recommitted with the correct commit message.
This commit is contained in:
parent
47b5c71929
commit
22760c6d0a
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ ath_ioctl_diag(struct ath_softc *sc, struct ath_diag *ad)
|
|||
* pointer for us to use below in reclaiming the buffer;
|
||||
* may want to be more defensive.
|
||||
*/
|
||||
outdata = malloc(outsize, M_TEMP, M_NOWAIT | M_ZERO);
|
||||
outdata = malloc(outsize, M_TEMP, M_NOWAIT);
|
||||
if (outdata == NULL) {
|
||||
error = ENOMEM;
|
||||
goto bad;
|
||||
|
|
|
|||
Loading…
Reference in a new issue