Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175081
b: refs/heads/master
c: abdedef
h: refs/heads/master
i:
  175079: cb05897
v: v3
  • Loading branch information
Kevyn-Alexandre Paré authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent cebab14 commit 1dd8cd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: ff492d38bab77ca53b02d3a54a03b5d6ca97490a
refs/heads/master: abdedefed70a6b5f20e40d3d5847a6d9c605bf4c
6 changes: 4 additions & 2 deletions trunk/drivers/staging/comedi/drivers/amplc_pc263.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ MODULE_DEVICE_TABLE(pci, pc263_pci_table);

/* this structure is for data unique to this hardware driver. If
several hardware drivers keep similar information in this structure,
feel free to suggest moving the variable to the struct comedi_device struct. */
feel free to suggest moving the variable to the struct comedi_device struct.
*/
#ifdef CONFIG_COMEDI_PCI
struct pc263_private {
/* PCI device. */
Expand Down Expand Up @@ -281,7 +282,8 @@ static int pc263_attach(struct comedi_device *dev, struct comedi_devconfig *it)
ret = comedi_pci_enable(pci_dev, PC263_DRIVER_NAME);
if (ret < 0) {
printk(KERN_ERR
"comedi%d: error! cannot enable PCI device and request regions!\n",
"comedi%d: error! cannot enable PCI device and "
"request regions!\n",
dev->minor);
return ret;
}
Expand Down

0 comments on commit 1dd8cd6

Please sign in to comment.