safexcel: plug set-but-not-used vars

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2021-12-18 13:29:32 +00:00
parent 60a28b0916
commit 4bae659941

View File

@ -164,7 +164,7 @@ safexcel_rdr_intr(struct safexcel_softc *sc, int ringidx)
{
TAILQ_HEAD(, cryptop) cq;
struct cryptop *crp, *tmp;
struct safexcel_cmd_descr *cdesc;
struct safexcel_cmd_descr *cdesc __diagused;
struct safexcel_res_descr *rdesc;
struct safexcel_request *req;
struct safexcel_ring *ring;