rapidio/tsi721_dma: fix pending transaction queue handling
[deliverable/linux.git] / drivers / rapidio / devices / tsi721.h
index f81d01149b391b4e10e484f77fb110cf150115a8..d675a44ffc1747cc116077eb3b7973990ba38e1c 100644 (file)
@@ -674,7 +674,7 @@ struct tsi721_bdma_chan {
        struct dma_chan         dchan;
        struct tsi721_tx_desc   *tx_desc;
        spinlock_t              lock;
-       struct list_head        active_list;
+       struct tsi721_tx_desc   *active_tx;
        struct list_head        queue;
        struct list_head        free_list;
        struct tasklet_struct   tasklet;
This page took 0.056935 seconds and 5 git commands to generate.