Commit 371dd18d authored by Federico Vaga's avatar Federico Vaga

wrtd:lib: fix return value on success

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent f16bb67c
......@@ -978,7 +978,7 @@ int wrtd_out_has_trigger(struct wrtd_node *dev, unsigned int output,
}
}
return -1;
return 0;
}
......
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