diff options
| author | Hiren Panchasara <hiren@FreeBSD.org> | 2013-04-14 02:42:40 +0000 |
|---|---|---|
| committer | Hiren Panchasara <hiren@FreeBSD.org> | 2013-04-14 02:42:40 +0000 |
| commit | 0fcdd1b528c42b935b14a4c4565acfd2b52b53a2 (patch) | |
| tree | 596bab34091a8d412998a76bf591631dd932cc56 /sys/dev/ips | |
| parent | c8517255064932c35b1fc8286f1db0abd799e652 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ips')
| -rw-r--r-- | sys/dev/ips/ips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 1f150420936e..481dd4bec08f 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -578,7 +578,7 @@ static int ips_copperhead_queue_init(ips_softc_t *sc) { int error; bus_dma_tag_t dmatag; - bus_dmamap_t dmamap; + bus_dmamap_t dmamap = NULL; if (bus_dma_tag_create( /* parent */ sc->adapter_dmatag, /* alignemnt */ 1, /* boundary */ 0, |
