浏览代码

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>
Fengguang Wu 10 年之前
父节点
当前提交
ea09dd3b00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/firewire/dice/dice-transaction.c

+ 1 - 1
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:
 	default:
 		offset += dice->global_offset;
 		offset += dice->global_offset;
 		break;
 		break;
-	};
+	}
 	offset += DICE_PRIVATE_SPACE;
 	offset += DICE_PRIVATE_SPACE;
 	return offset;
 	return offset;
 }
 }