Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f92738ca authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: cb_pcidas: remove superfluous comment



The ao (*cancel) function does not need commented.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 042bac56
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1085,7 +1085,6 @@ static int cb_pcidas_ao_cmd(struct comedi_device *dev,
	return 0;
}

/* cancel analog output command */
static int cb_pcidas_ao_cancel(struct comedi_device *dev,
			       struct comedi_subdevice *s)
{