diff options
| author | H Hartley Sweeten <hsweeten@visionengravers.com> | 2013-04-09 16:22:50 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-11 12:47:50 -0700 |
| commit | ce573addb08c8198ceb02647283286d18d5e59ff (patch) | |
| tree | ba29266e952b79d3f404a24892abe359cd832707 | |
| parent | 731ff7e79053c4d740e24e8339e15e0774936202 (diff) | |
staging: comedi: c6xdigio: remove usless comment
Remove the comment about the configuration options. It's not
correct for this board.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/comedi/drivers/c6xdigio.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/comedi/drivers/c6xdigio.c b/drivers/staging/comedi/drivers/c6xdigio.c index 3cd09cb71421..2877247294bd 100644 --- a/drivers/staging/comedi/drivers/c6xdigio.c +++ b/drivers/staging/comedi/drivers/c6xdigio.c @@ -397,11 +397,6 @@ static void board_init(struct comedi_device *dev) } -/* - options[0] - I/O port - options[2] - number of encoder chips installed - */ - static const struct pnp_device_id c6xdigio_pnp_tbl[] = { /* Standard LPT Printer Port */ {.id = "PNP0400", .driver_data = 0}, |
