|
@@ -449,7 +449,7 @@ mv_xor_slot_cleanup(struct mv_xor_chan *mv_chan)
|
|
static void mv_xor_tasklet(unsigned long data)
|
|
static void mv_xor_tasklet(unsigned long data)
|
|
{
|
|
{
|
|
struct mv_xor_chan *chan = (struct mv_xor_chan *) data;
|
|
struct mv_xor_chan *chan = (struct mv_xor_chan *) data;
|
|
- __mv_xor_slot_cleanup(chan);
|
|
|
|
|
|
+ mv_xor_slot_cleanup(chan);
|
|
}
|
|
}
|
|
|
|
|
|
static struct mv_xor_desc_slot *
|
|
static struct mv_xor_desc_slot *
|