From 06b3e35cc964d4735bd62d293b9d51f689545f97 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 17 Jul 2011 14:22:32 +0200 Subject: Handle correctly reference counting in the driver --- dma.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'dma.c') diff --git a/dma.c b/dma.c index db7625c..7ae56f7 100644 --- a/dma.c +++ b/dma.c @@ -96,9 +96,6 @@ int pcilib_stop_dma(pcilib_t *ctx, pcilib_dma_engine_t dma, pcilib_dma_flags_t f return 0; } - - printf("stop dma: %li\n", dma); - return ctx->model_info.dma_api->stop_dma(ctx->dma_ctx, dma, flags); } -- cgit v1.2.3