diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-17 14:22:32 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-17 14:22:32 +0200 |
commit | 06b3e35cc964d4735bd62d293b9d51f689545f97 (patch) | |
tree | 6011078f428ec1b3c2506643529c3d00cfd29c28 /dma.c | |
parent | ec5fd54c7559392139fa704a57185f4d4244dfde (diff) | |
download | pcitool-06b3e35cc964d4735bd62d293b9d51f689545f97.tar.gz pcitool-06b3e35cc964d4735bd62d293b9d51f689545f97.tar.bz2 pcitool-06b3e35cc964d4735bd62d293b9d51f689545f97.tar.xz pcitool-06b3e35cc964d4735bd62d293b9d51f689545f97.zip |
Handle correctly reference counting in the driver
Diffstat (limited to 'dma.c')
-rw-r--r-- | dma.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); } |