Skip to content

Commit

Permalink
staging: comedi: adl_pci6208: remove unused variable in the private data
Browse files Browse the repository at this point in the history
The 'data' variable in the private data struct is not used by the
driver. Remove it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent a7c6de4 commit 149b98d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/comedi/drivers/adl_pci6208.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ static const struct pci6208_board pci6208_boards[] = {
};

struct pci6208_private {
int data;
struct pci_dev *pci_dev;
unsigned int ao_readback[2];
};
Expand Down

0 comments on commit 149b98d

Please sign in to comment.