Commit af2d5a22 authored by Federico Vaga's avatar Federico Vaga

core: add config operations to device and trigger

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 41d39531
......@@ -583,6 +583,7 @@ static struct zio_cset zfad_cset[] = {
};
static struct zio_device zfad_tmpl = {
.owner = THIS_MODULE,
.config = zio_internal_zdev_config,
.s_op = &zfad_s_op,
.flags = 0,
.cset = zfad_cset,
......
......@@ -551,6 +551,7 @@ static const struct zio_trigger_operations zfat_ops = {
.data_done = zfat_data_done,
.input_fire = zfat_start_next_dma,
.abort = zfat_abort,
.config = zio_internal_trig_config,
};
/* Definition of the trigger type */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment