Fixed compile error I just created with last change.
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 20 Dec 2005 23:23:01 +0000 (23:23 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 20 Dec 2005 23:23:01 +0000 (23:23 +0000)
comedi/drivers/me_daq.c

index 685c3ff752ffa4f0d4a30e222cc74d73cbe6d30b..fda6451ffdcd30e4c45d0ebb184a845df58369e6 100644 (file)
@@ -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);