mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Incorrect typecast.
This commit is contained in:
parent
01e5f16641
commit
f462788495
1 changed files with 1 additions and 1 deletions
|
|
@ -1052,7 +1052,7 @@ amr_setup_ccbmap(void *arg, bus_dma_segment_t *segs, int nsegments, int error)
|
|||
struct amr_softc *sc = ac->ac_sc;
|
||||
struct amr_sgentry *sg;
|
||||
struct amr_passthrough *ap = (struct amr_passthrough *)ac->ac_data;
|
||||
struct amr_ext_passthrough *aep = (struct amr_passthrough *)ac->ac_data;
|
||||
struct amr_ext_passthrough *aep = (struct amr_ext_passthrough *)ac->ac_data;
|
||||
int i;
|
||||
|
||||
/* get base address of s/g table */
|
||||
|
|
|
|||
Loading…
Reference in a new issue