Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318047
b: refs/heads/master
c: 8f9c5b7
h: refs/heads/master
i:
  318045: 36484c6
  318043: b31b657
  318039: 46077a3
  318031: bfde842
  318015: 811d1be
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 19, 2012
1 parent f1754b5 commit 72019d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 807856bf94385cf6f94e3254c289b3574d2e9948
refs/heads/master: 8f9c5b7032df0210c464a0fbb9a93654310da54a
9 changes: 0 additions & 9 deletions trunk/drivers/staging/comedi/drivers/adl_pci7230.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ Configuration Options:

#define PCI_DEVICE_ID_PCI7230 0x7230

struct adl_pci7230_private {
int data;
};

#define devpriv ((struct adl_pci7230_private *)dev->private)

static int adl_pci7230_do_insn_bits(struct comedi_device *dev,
struct comedi_subdevice *s,
struct comedi_insn *insn,
Expand Down Expand Up @@ -108,9 +102,6 @@ static int adl_pci7230_attach(struct comedi_device *dev,

dev->board_name = "pci7230";

if (alloc_private(dev, sizeof(struct adl_pci7230_private)) < 0)
return -ENOMEM;

ret = comedi_alloc_subdevices(dev, 2);
if (ret)
return ret;
Expand Down

0 comments on commit 72019d9

Please sign in to comment.