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/nwl_engine.c | |
parent | ec5fd54c7559392139fa704a57185f4d4244dfde (diff) | |
download | ipecamera-06b3e35cc964d4735bd62d293b9d51f689545f97.tar.gz ipecamera-06b3e35cc964d4735bd62d293b9d51f689545f97.tar.bz2 ipecamera-06b3e35cc964d4735bd62d293b9d51f689545f97.tar.xz ipecamera-06b3e35cc964d4735bd62d293b9d51f689545f97.zip |
Handle correctly reference counting in the driver
Diffstat (limited to 'dma/nwl_engine.c')
-rw-r--r-- | dma/nwl_engine.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dma/nwl_engine.c b/dma/nwl_engine.c index 68e1805..f5ca30e 100644 --- a/dma/nwl_engine.c +++ b/dma/nwl_engine.c @@ -202,8 +202,6 @@ int dma_nwl_stop_engine(nwl_dma_t *ctx, pcilib_dma_engine_t dma) { flags = PCILIB_KMEM_FLAG_HARDWARE|PCILIB_KMEM_FLAG_PERSISTENT; } - - printf("%lx %i\n", flags, info->preserve); // Clean buffers if (info->ring) { pcilib_free_kernel_memory(ctx->pcilib, info->ring, flags); |