Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354315
b: refs/heads/master
c: 573c43f
h: refs/heads/master
i:
  354313: 0b2dcd6
  354311: 06a0c3b
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 4, 2013
1 parent e6ea496 commit 4ac273d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2e544c9d5c3cbdb1cefad65f40b00706034ef25
refs/heads/master: 573c43f30ec6e357138dac163bdf29a572133aed
9 changes: 5 additions & 4 deletions trunk/drivers/staging/comedi/drivers/ni_daq_dio24.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,6 @@ static const struct pcmcia_device_id dio24_cs_ids[] = {
};

MODULE_DEVICE_TABLE(pcmcia, dio24_cs_ids);
MODULE_AUTHOR("Daniel Vecino Castel <dvecino@able.es>");
MODULE_DESCRIPTION("Comedi driver for National Instruments "
"PCMCIA DAQ-Card DIO-24");
MODULE_LICENSE("GPL");

static struct pcmcia_driver dio24_cs_driver = {
.probe = dio24_cs_attach,
Expand All @@ -319,3 +315,8 @@ static struct pcmcia_driver dio24_cs_driver = {
};

module_comedi_pcmcia_driver(driver_dio24, dio24_cs_driver);

MODULE_AUTHOR("Daniel Vecino Castel <dvecino@able.es>");
MODULE_DESCRIPTION(
"Comedi driver for National Instruments PCMCIA DAQ-Card DIO-24");
MODULE_LICENSE("GPL");

0 comments on commit 4ac273d

Please sign in to comment.