fix typo in conditional

This commit is contained in:
kmacy 2009-06-20 19:09:41 +00:00
parent 4f52e22a6e
commit d10b0f80a7

View File

@ -711,7 +711,7 @@ refill_fl(adapter_t *sc, struct sge_fl *q, int n)
cl, q->buf_size, refill_fl_cb, &cb_arg, 0);
if (err != 0 || cb_arg.error) {
if (q->zone = zone_pack)
if (q->zone == zone_pack)
uma_zfree(q->zone, cl);
m_free(m);
goto done;