dmaengine: mv_xor: remove mv_xor_chan->current_type field
[cascardo/linux.git] / drivers / dma / mv_xor.c
index 1c2de9a..2d03379 100644 (file)
@@ -169,7 +169,6 @@ static void mv_chan_set_mode(struct mv_xor_chan *chan,
 #endif
 
        writel_relaxed(config, XOR_CONFIG(chan));
-       chan->current_type = type;
 }
 
 static void mv_chan_set_mode_to_desc(struct mv_xor_chan *chan)