staging: comedi: s626: correct a comment in s626_get_mode_b()

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ian Abbott 2013-10-18 14:40:51 +01:00 committed by Greg Kroah-Hartman
parent 2e179e428c
commit 7293808874
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ static uint16_t s626_get_mode_b(struct comedi_device *dev,
S626_STDMSK_CLKPOL;
} else {
/* If Counter mode (ClkSrcB<1> == 0): */
/* Indicate Timer mode. */
/* Indicate Counter mode. */
setup |= S626_CLKSRC_COUNTER << S626_STDBIT_CLKSRC;
/* Clock multiplier is passed through. */
setup |= (crb >> (S626_CRBBIT_CLKMULT_B -