From: Fengguang Wu Date: Mon, 1 Dec 2014 20:03:16 +0000 (+0800) Subject: ALSA: dice: fix semicolon.cocci warnings X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea09dd3b006b26002802b7b534bdb6531429c8ff;p=linux-beck.git ALSA: dice: fix semicolon.cocci warnings sound/firewire/dice/dice-transaction.c:34:2-3: Unneeded semicolon Removes unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Takashi Sakamoto Signed-off-by: Fengguang Wu Signed-off-by: Takashi Iwai --- diff --git a/sound/firewire/dice/dice-transaction.c b/sound/firewire/dice/dice-transaction.c index a9b98e087dce..1fe304c0a044 100644 --- a/sound/firewire/dice/dice-transaction.c +++ b/sound/firewire/dice/dice-transaction.c @@ -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; }