ath: revert accidental change committed with r327526

It will be recommitted with the correct commit message.
This commit is contained in:
emaste 2018-01-03 19:24:21 +00:00
parent 574c17075e
commit 87ad990721

View File

@ -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;