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

Commit 72938088 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman
Browse files

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

parent 2e179e42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 -