diff options
Diffstat (limited to 'sys/dev/hfa/fore_output.c')
| -rw-r--r-- | sys/dev/hfa/fore_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hfa/fore_output.c b/sys/dev/hfa/fore_output.c index c8156ec634e17..a37e2ecb0cba2 100644 --- a/sys/dev/hfa/fore_output.c +++ b/sys/dev/hfa/fore_output.c @@ -405,7 +405,7 @@ retry: * Get a DMA address for the data */ dma = vtophys(bfr); - if (dma == NULL) { + if (dma == 0) { fup->fu_stats->st_drv.drv_xm_segdma++; fore_seg_dma_free(hxp, m0, nsegs); KB_FREEALL(m0); |
