Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318049
b: refs/heads/master
c: b94cea4
h: refs/heads/master
i:
  318047: 72019d9
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 19, 2012
1 parent 4613ad2 commit 7353e8f
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: caeb2490e046909fcb2f8209b88458a147011819
refs/heads/master: b94cea48ab8428ae803f4e27131367574295853d
9 changes: 0 additions & 9 deletions trunk/drivers/staging/comedi/drivers/adl_pci7296.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ Configuration Options:

#define PCI_DEVICE_ID_PCI7296 0x7296

struct adl_pci7296_private {
int data;
};

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

static struct pci_dev *adl_pci7296_find_pci(struct comedi_device *dev,
struct comedi_devconfig *it)
{
Expand Down Expand Up @@ -89,9 +83,6 @@ static int adl_pci7296_attach(struct comedi_device *dev,

dev->board_name = "pci7432";

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

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

0 comments on commit 7353e8f

Please sign in to comment.