From f4627884957abcccb18928761f862edcbf30efda Mon Sep 17 00:00:00 2001 From: Eric Moore Date: Thu, 31 Oct 2002 14:10:00 +0000 Subject: [PATCH] Incorrect typecast. --- sys/dev/amr/amr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 55caeb17fab..6db7d77ae63 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 */