mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Fix compilation when DEBUG is defined.
This commit is contained in:
parent
fe769cdd95
commit
47b92dea0f
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ lsi64854_pp_intr(void *arg)
|
|||
|
||||
DPRINTF(LDB_PP, ("%s: addr 0x%x, csr %b\n", __func__,
|
||||
bus_space_read_4(sc->sc_regt, sc->sc_regh, L64854_REG_ADDR), csr,
|
||||
csr, PDMACSR_BITS));
|
||||
PDMACSR_BITS));
|
||||
|
||||
if (csr & (P_ERR_PEND|P_SLAVE_ERR)) {
|
||||
resid = bus_space_read_4(sc->sc_regt, sc->sc_regh,
|
||||
|
|
|
|||
Loading…
Reference in a new issue