We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dda212 commit 848e28bCopy full SHA for 848e28b
drivers/staging/comedi/drivers/s526.c
@@ -400,7 +400,7 @@ static int s526_gpct_winsn(struct comedi_device *dev,
400
if ((data[1] <= data[0]) || !data[0])
401
return -EINVAL;
402
/* to write the PULSE_WIDTH */
403
- /* fall through */
+ fallthrough;
404
case INSN_CONFIG_GPCT_QUADRATURE_ENCODER:
405
case INSN_CONFIG_GPCT_SINGLE_PULSE_GENERATOR:
406
s526_gpct_write(dev, chan, data[0]);
0 commit comments