From: Frank Mori Hess Date: Tue, 20 Dec 2005 23:23:01 +0000 (+0000) Subject: Fixed compile error I just created with last change. X-Git-Tag: r0_7_71~93 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ca82d8d6b970ef100fe7713c69fec025c76c4036;p=comedi.git Fixed compile error I just created with last change. --- 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);