Commit 085ad3ea authored by Federico Vaga's avatar Federico Vaga

sw:lib: use the same name as driver

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 7e9e08ff
......@@ -213,7 +213,7 @@ struct fmctdc_board *fmctdc_open_by_lun(int lun)
{
ssize_t ret;
char dev_id_str[4];
char path_pattern[] = "/dev/fmc-tdc.%d";
char path_pattern[] = "/dev/tdc-1n5c.%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