Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea09dd3b authored by Fengguang Wu's avatar Fengguang Wu Committed by Takashi Iwai
Browse files

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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent dacacb0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}