mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix "set but not used" in busdma_bounce.
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
5045cb8f18
commit
d85a58cb0c
1 changed files with 2 additions and 1 deletions
|
|
@ -268,7 +268,8 @@ bounce_bus_dma_tag_set_domain(bus_dma_tag_t dmat)
|
|||
static int
|
||||
bounce_bus_dma_tag_destroy(bus_dma_tag_t dmat)
|
||||
{
|
||||
bus_dma_tag_t dmat_copy, parent;
|
||||
bus_dma_tag_t dmat_copy __diagused;
|
||||
bus_dma_tag_t parent;
|
||||
int error;
|
||||
|
||||
error = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue