projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b34ba8
)
Corrected type in last patch.
author
David Schleef
<ds@schleef.org>
Sat, 5 Feb 2000 21:43:13 +0000
(21:43 +0000)
committer
David Schleef
<ds@schleef.org>
Sat, 5 Feb 2000 21:43:13 +0000
(21:43 +0000)
comedi/drivers/das16.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/das16.c
b/comedi/drivers/das16.c
index b0ce02b2b608f739d2acc7c6c59955f015eb6163..cf19c1e4d92f90e61e3f7528efbff1af1d8c6165 100644
(file)
--- a/
comedi/drivers/das16.c
+++ b/
comedi/drivers/das16.c
@@
-283,7
+283,7
@@
static int das16_attach(comedi_device *dev,comedi_devconfig *it)
}
request_region(iobase, PORT_SIZE, "das16");
dev->iobase=iobase;
- dev->boardname="das16";
+ dev->board
_
name="das16";
#if 0
/* we don't really want to search for boards... */