summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr
diff options
context:
space:
mode:
authoremoore <emoore@FreeBSD.org>2002-10-31 14:10:00 +0000
committeremoore <emoore@FreeBSD.org>2002-10-31 14:10:00 +0000
commitb461de566a4f6e9245f283a4a19147479b8bd148 (patch)
tree6bddc7772a5e1399581bb473276b0dee03b3e098 /sys/dev/amr
parentbf0839bdc972c2a6a799efedd2f3f5b5e16338cb (diff)
downloadFreeBSD-src-b461de566a4f6e9245f283a4a19147479b8bd148.zip
FreeBSD-src-b461de566a4f6e9245f283a4a19147479b8bd148.tar.gz
Incorrect typecast.
Diffstat (limited to 'sys/dev/amr')
-rw-r--r--sys/dev/amr/amr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c
index 55caeb1..6db7d77 100644
--- a/sys/dev/amr/amr.c
+++ b/sys/dev/amr/amr.c
@@ -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 */
OpenPOWER on IntegriCloud