1
0
Fork 0

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>
wifi-calibration
Fengguang Wu 2014-12-02 04:03:16 +08:00 committed by Takashi Iwai
parent dacacb0aa0
commit ea09dd3b00
1 changed files with 1 additions and 1 deletions

View 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;
}