Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317603
b: refs/heads/master
c: 8b3bfe9
h: refs/heads/master
i:
  317601: 320095c
  317599: da72401
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent ace1cd2 commit d379194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 9a4d21154796136b87f841746fbdceec37bf48ee
refs/heads/master: 8b3bfe9b4491947cdaabd1f01065b49aab49881d
5 changes: 0 additions & 5 deletions trunk/drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ static int das16cs_attach(struct comedi_device *dev,
struct pcmcia_device *link;
struct comedi_subdevice *s;
int ret;
int i;

dev_dbg(dev->class_dev, "cb_das16_cs: attach\n");

Expand All @@ -464,10 +463,6 @@ static int das16cs_attach(struct comedi_device *dev,
dev->iobase = link->resource[0]->start;
dev_dbg(dev->class_dev, "I/O base=0x%04lx\n", dev->iobase);

dev_dbg(dev->class_dev, "fingerprint:\n");
for (i = 0; i < 48; i += 2)
dev_dbg(dev->class_dev, "%04x\n", inw(dev->iobase + i));

ret = request_irq(link->irq, das16cs_interrupt,
IRQF_SHARED, "cb_das16_cs", dev);
if (ret < 0)
Expand Down

0 comments on commit d379194

Please sign in to comment.