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 <o-takashi@sakamocchi.jp> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
dacacb0aa0
commit
ea09dd3b00
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue