mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
safexcel: plug set-but-not-used vars
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
60a28b0916
commit
4bae659941
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user