소스 검색

ALSA: hdspm - remove unneeded semicolon

sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon

Generated by: coccinelle/misc/semicolon.cocci

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Fengguang Wu 12 년 전
부모
커밋
68593c9340
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sound/pci/rme9652/hdspm.c

+ 1 - 1
sound/pci/rme9652/hdspm.c

@@ -1250,7 +1250,7 @@ static int hdspm_rate_multiplier(struct hdspm *hdspm, int rate)
 		else if (hdspm->control_register &
 		else if (hdspm->control_register &
 				HDSPM_DoubleSpeed)
 				HDSPM_DoubleSpeed)
 			return rate * 2;
 			return rate * 2;
-	};
+	}
 	return rate;
 	return rate;
 }
 }