Corrected the 'BUG' message in do_test_for_insnlist() (it reported the
wrong function).
This commit is contained in:
parent
c234d5afbc
commit
d8c3b29ca4
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ static int do_test_for_insnlist(comedi_t *dev)
|
|||
|
||||
if(ret<0){
|
||||
if(errno!=EIO){
|
||||
fprintf(stderr,"BUG in do_test_for_insn()\n");
|
||||
fprintf(stderr,"BUG in do_test_for_insnlist()\n");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue