ALSA: Use fallthrough pseudo-keyword
[sfrench/cifs-2.6.git] / sound / isa / galaxy / galaxy.c
index ce409e75ae51ffc7d5518a7427f8b33db2dfb125..65f9f46c9f583a480c4cbd162365f4752b192c5d 100644 (file)
@@ -247,7 +247,7 @@ static int snd_galaxy_match(struct device *dev, unsigned int n)
                break;
        case 2:
                irq[n] = 9;
-               /* Fall through */
+               fallthrough;
        case 9:
                wss_config[n] |= WSS_CONFIG_IRQ_9;
                break;
@@ -292,7 +292,7 @@ static int snd_galaxy_match(struct device *dev, unsigned int n)
        case 1:
                if (dma1[n] == 0)
                        break;
-               /* Fall through */
+               fallthrough;
        default:
                dev_err(dev, "invalid capture DMA %d\n", dma2[n]);
                return 0;
@@ -322,7 +322,7 @@ mpu:
                break;
        case 2:
                mpu_irq[n] = 9;
-               /* Fall through */
+               fallthrough;
        case 9:
                config[n] |= GALAXY_CONFIG_MPUIRQ_2;
                break;