Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
[sfrench/cifs-2.6.git] / drivers / iio / health / max30102.c
index 15ccadc74891f73dca409acb0806cb4136646da9..3e29562ce374ffec9f213555f1360bed9b03d46a 100644 (file)
@@ -282,9 +282,11 @@ static int max30102_read_measurement(struct max30102_data *data,
        switch (measurements) {
        case 3:
                MAX30102_COPY_DATA(2);
-       case 2: /* fall-through */
+               /* fall through */
+       case 2:
                MAX30102_COPY_DATA(1);
-       case 1: /* fall-through */
+               /* fall through */
+       case 1:
                MAX30102_COPY_DATA(0);
                break;
        default: