ALSA: dice: fix semicolon.cocci warnings
[sfrench/cifs-2.6.git] / sound / firewire / dice / dice-transaction.c
index a9b98e087dce2763898f50eda454eb80f5905627..1fe304c0a0444d8c9c46fdbff00bdf77d87b1c97 100644 (file)
@@ -31,7 +31,7 @@ static u64 get_subaddr(struct snd_dice *dice, enum snd_dice_addr_type type,
        default:
                offset += dice->global_offset;
                break;
-       };
+       }
        offset += DICE_PRIVATE_SPACE;
        return offset;
 }