projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a3e1d
)
Fixed compile error I just created with last change.
author
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 20 Dec 2005 23:23:01 +0000
(23:23 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 20 Dec 2005 23:23:01 +0000
(23:23 +0000)
comedi/drivers/me_daq.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/me_daq.c
b/comedi/drivers/me_daq.c
index 685c3ff752ffa4f0d4a30e222cc74d73cbe6d30b..fda6451ffdcd30e4c45d0ebb184a845df58369e6 100644
(file)
--- 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);