Commit e33909c6 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: me_daq: remove some obvious comments

These comments are just extra cruft.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 61532e9d
...@@ -164,7 +164,6 @@ static const struct me_board me_boards[] = { ...@@ -164,7 +164,6 @@ static const struct me_board me_boards[] = {
} }
}; };
/* Private data structure */
struct me_private_data { struct me_private_data {
void __iomem *plx_regbase; /* PLX configuration base address */ void __iomem *plx_regbase; /* PLX configuration base address */
void __iomem *me_regbase; /* Base address of the Meilhaus card */ void __iomem *me_regbase; /* Base address of the Meilhaus card */
...@@ -175,13 +174,6 @@ struct me_private_data { ...@@ -175,13 +174,6 @@ struct me_private_data {
int ao_readback[4]; /* Mirror of analog output data */ int ao_readback[4]; /* Mirror of analog output data */
}; };
/*
* ------------------------------------------------------------------
*
* Helpful functions
*
* ------------------------------------------------------------------
*/
static inline void sleep(unsigned sec) static inline void sleep(unsigned sec)
{ {
current->state = TASK_INTERRUPTIBLE; current->state = TASK_INTERRUPTIBLE;
...@@ -393,15 +385,6 @@ static int me_ao_insn_read(struct comedi_device *dev, ...@@ -393,15 +385,6 @@ static int me_ao_insn_read(struct comedi_device *dev,
return insn->n; return insn->n;
} }
/*
* ------------------------------------------------------------------
*
* INITIALISATION SECTION
*
* ------------------------------------------------------------------
*/
/* Xilinx firmware download for card: ME-2600i */
static int me2600_xilinx_download(struct comedi_device *dev, static int me2600_xilinx_download(struct comedi_device *dev,
const u8 *data, size_t size) const u8 *data, size_t size)
{ {
...@@ -485,7 +468,6 @@ static int me2600_upload_firmware(struct comedi_device *dev) ...@@ -485,7 +468,6 @@ static int me2600_upload_firmware(struct comedi_device *dev)
return ret; return ret;
} }
/* Reset device */
static int me_reset(struct comedi_device *dev) static int me_reset(struct comedi_device *dev)
{ {
struct me_private_data *dev_private = dev->private; struct me_private_data *dev_private = dev->private;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment