Commit 26469a06 authored by Federico Vaga's avatar Federico Vaga

sw:lib: fix open_by_lun

We are using the same naming everywhere
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent a3b85f12
......@@ -132,7 +132,7 @@ struct fdelay_board *fdelay_open_by_lun(int lun)
{
ssize_t ret;
char dev_id_str[4];
char path_pattern[] = "/dev/fine-delay.%d";
char path_pattern[] = "/dev/fd.%d";
char path[sizeof(path_pattern) + 1];
uint32_t dev_id;
......
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