From ca82d8d6b970ef100fe7713c69fec025c76c4036 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Tue, 20 Dec 2005 23:23:01 +0000 Subject: [PATCH] Fixed compile error I just created with last change. --- comedi/drivers/me_daq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comedi/drivers/me_daq.c b/comedi/drivers/me_daq.c index 685c3ff7..fda6451f 100644 --- a/comedi/drivers/me_daq.c +++ b/comedi/drivers/me_daq.c @@ -822,7 +822,7 @@ found: if(!aux_data || aux_len < 1) { - comedi_error("You must provide me2600 firmware using the --init-data option of comedi_config"); + comedi_error(dev, "You must provide me2600 firmware using the --init-data option of comedi_config"); return -EINVAL; } me2600_xilinx_download(dev, aux_data, aux_len); -- 2.26.2