Date: Thu, 12 Oct 2017 21:26:52 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324569 - head/sys/dev/dpaa Message-ID: <201710122126.v9CLQqAm004451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Thu Oct 12 21:26:52 2017 New Revision: 324569 URL: https://svnweb.freebsd.org/changeset/base/324569 Log: Fix build after r324446. Modified: head/sys/dev/dpaa/if_dtsec_rm.c Modified: head/sys/dev/dpaa/if_dtsec_rm.c ============================================================================== --- head/sys/dev/dpaa/if_dtsec_rm.c Thu Oct 12 21:25:11 2017 (r324568) +++ head/sys/dev/dpaa/if_dtsec_rm.c Thu Oct 12 21:26:52 2017 (r324569) @@ -347,7 +347,7 @@ dtsec_rm_fqr_mext_free(struct mbuf *m) if (bman_count(sc->sc_rx_pool) <= DTSEC_RM_POOL_RX_MAX_SIZE) bman_put_buffer(sc->sc_rx_pool, buffer); else - dtsec_rm_pool_rx_put_buffer(arg, buffer, NULL); + dtsec_rm_pool_rx_put_buffer(sc, buffer, NULL); } static e_RxStoreResponse
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710122126.v9CLQqAm004451>